import { type WorktimeRegulation } from "./worktimeRegulation.js"; export declare const worktimeRegulationCountryPresets: Record<"Germany" | "Austria" | "Switzerland" | "Netherlands" | "Greece" | "France", WorktimeRegulation>; //# sourceMappingURL=worktimeRegulation.mocks.d.ts.map