export declare class CreateEmployeeFlagDto {
    flag_id: number;
    resolve_at: string;
    employee_id: string;
    reason: string;
}
