export declare const crypto: { md5: (val: any) => string; sha1: (val: any) => string; sha256: (val: any) => string; }; export default crypto;