export declare function stringMd5(data: string): string; export declare function binaryMd5(data: string | ArrayBuffer): string;