import type { HashStore } from './types.js'; export declare function sha256(str: string): string; export declare function loadHashes(customerIdn?: string): Promise; export declare function saveHashes(hashes: HashStore, customerIdn?: string): Promise; //# sourceMappingURL=hash.d.ts.map