export declare function sha256(str: string): Promise; export declare function hmacSha256(str: string, key: string): Promise;