import { JSONSchema } from './types';
export declare function compareJSONSchemas(oldSchema: JSONSchema, newSchema: JSONSchema): Promise<void>;
