export declare const shaHash: (content: string) => Promise; export declare const shaHMAC: (secret: string, content: string) => Promise; //# sourceMappingURL=cryptoUtils-browser.d.mts.map