export declare function hex_md5(s: any): string; export declare function b64_md5(s: any): string; export declare function str_md5(s: any): string; export declare function hex_hmac_md5(key: any, data: any): string; export declare function b64_hmac_md5(key: any, data: any): string; export declare function str_hmac_md5(key: any, data: any): string; //# sourceMappingURL=md6.d.ts.map