export declare class AttendanceReportDto {
    month?: number;
    year?: number;
    user_id?: number;
}
