import type { Schema } from "./schema.js"; export declare function schemaHash(schema: Schema): string;