import type { BpSchemaOutput } from "../contracts/manifest.js"; export declare function canonicalJson(value: unknown): string; export declare function contractDigest(contract: BpSchemaOutput): string; //# sourceMappingURL=contract.d.ts.map