import { type JsonObject, type JsonValue } from "./json-value.js"; import type { JsonOutput } from "./json-output.js"; export declare class CompactTypes { definition(value: JsonValue, collection: string, path: string, output: JsonOutput, depth: number): JsonObject; private fields; private properties; private members; } //# sourceMappingURL=compact-types.d.ts.map