import type { JSONSchema } from './index.js';
export declare function schemaHash(schema: JSONSchema): string;
