export declare const HASH_STRING_ALGORITHM: "sha256"; export declare const HASH_STRING_HEX_LENGTH: 64; export { stableStringify } from './stable-stringify.ts'; export declare function hashString(input: string): string;