export declare class LeaveAnalyticsFiltersDto {
    year?: string;
}
