import { type TargethoursRow, type TargethoursRowMonthly, type TargethoursRowWeekly } from "./targethours.js"; type CommonOptions = { count?: number; dateSinceBetween?: readonly [Date, Date]; absenceFixedCredit?: boolean; }; export declare const createTargethoursRowWeeklyMocks: ({ count, dateSinceBetween: [from, to], absenceFixedCredit, }?: CommonOptions) => Array; export declare const createTargethoursRowMonthlyMocks: ({ count, dateSinceBetween: [from, to], }?: CommonOptions) => Array; export declare const createTargethoursRowMocks: (options?: CommonOptions) => Array; export {}; //# sourceMappingURL=targethours.mocks.d.ts.map