import { AdministrativeArea, Location } from './locations'; export declare const V2_DEFAULT_MOCK_ADMINISTRATIVE_AREAS: AdministrativeArea[]; export declare const V2_DEFAULT_MOCK_LOCATIONS: Location[]; export declare const V2_DEFAULT_MOCK_LOCATIONS_MAP: Map, { id: string & import("zod").$brand<"UUID">; name: string; administrativeAreaId: (string & import("zod").$brand<"UUID">) | null; validUntil: string | null; locationType: string | null; externalId?: string | null | undefined; }>; export declare const V2_DEFAULT_MOCK_ADMINISTRATIVE_AREAS_MAP: Map, { id: string & import("zod").$brand<"UUID">; name: string; parentId: (string & import("zod").$brand<"UUID">) | null; validUntil: string | null; externalId?: string | null | undefined; }>; //# sourceMappingURL=mocks.test.utils.d.ts.map