import { JSONSchema } from './types';
export declare function healJSONSchema(schema: JSONSchema, options?: {
    noDeduplication?: boolean;
}): Promise<JSONSchema>;
