export declare class UploadAttendanceImportDto {
    month: number;
    year: number;
}
