export declare function md5(input: string): string; export declare function sha1(input: string): string; export declare function sha256(input: string): string; export declare function sha384(input: string): string; export declare function sha512(input: string): string; //# sourceMappingURL=index.d.ts.map