/** Serialize plain JSON data with recursively sorted object keys. */ export declare function canonicalJson(value: unknown): string; /** SHA-256 of the full canonical JSON input, in `sha256:` form. */ export declare function computeInputHash(input: unknown): string; //# sourceMappingURL=canonical-input-hash.d.ts.map