export declare class AttendanceSettingListDto {
    page?: number;
    limit?: number;
    month?: number;
    year?: number;
}
