export declare class CreateAttendanceHolidayDto {
    date: string;
    type: string;
    name: string;
    is_paid: boolean;
}
