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