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