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