import { type HolidaysQuota } from "./holidaysQuota.js"; type Options = { count?: number; yearSinceMinMax?: [number, number]; yearUntilMinMax?: [number, number]; }; export declare const createHolidaysQuotaMocks: ({ count, yearSinceMinMax, yearUntilMinMax, }?: Options) => Array; export {}; //# sourceMappingURL=holidaysQuota.mocks.d.ts.map