/** * @internal */ export declare function sha256Hmac(secret: string, stringToSign: string): Promise; //# sourceMappingURL=cryptoHelpers-browser.d.mts.map