import { type JsonObject } from "./json-value.js"; export declare class GraphValidator { private readonly collections; private readonly maxTypes; constructor(collections: readonly string[], maxTypes: number); validate(payload: JsonObject): void; private references; private uniqueNames; } //# sourceMappingURL=graph-validator.d.ts.map