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