import { JsonSchemaDiffPlugin } from './plugins/plugin-types'; import { JsonSchemaJsonDiffer } from './types'; import { ShapeDiffTypes } from '../../types'; export declare function jsonSchemaDiffer(plugins: JsonSchemaDiffPlugin[]): JsonSchemaJsonDiffer; export declare const opticJsonSchemaDiffer: () => JsonSchemaJsonDiffer; export declare function cleanArrayInstances(diffs: ShapeDiffTypes[]): ShapeDiffTypes[]; //# sourceMappingURL=index.d.ts.map