export declare class HashcodeAlgorithms { static md5(data: string): string; static keccak256(data: string): string; }