declare const _default: { name: string; validate: (self: { [key: string]: import("../types.js").JsonValue; }) => import("../types.js").AnnotatedJson; tests: ({ value: { location: string; }; result: { annotations: never[]; object: { location: string; }; }; } | { value: { location: {}[]; }; result: { annotations: never[]; object: { location: string[]; }; }; })[]; }; export default _default; //# sourceMappingURL=location.d.ts.map