export declare function convertToLegacyMethodName(methodName: string): string;
export declare function convertFromLegacyMethodName(methodName: string): string;
export declare function convertToEthMethodName(methodName: string): string;
