import { type JsonValue } from "./json-value.js"; import type { NativeShapes } from "./native-shapes.js"; export declare class NativeValidator { private readonly shapes; constructor(shapes: NativeShapes); validate(value: JsonValue, shape: string, path: string): void; } //# sourceMappingURL=native-validator.d.ts.map