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