export declare class CreateFiscalYearDto {
    complexId: string;
    label: string;
    startDate: string;
    endDate: string;
}
