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