export declare const stableJsonHash: (value: unknown) => string; export declare const stableJsonHashArrayAsync: (values: readonly unknown[]) => Promise; //# sourceMappingURL=stable-hash.d.ts.map