import * as core from "@shapeshiftoss/hdwallet-core"; export declare function describeETHPath(path: core.BIP32Path): core.PathDescription; export declare function ethVerifyMessage(msg: core.ETHVerifyMessage, ethereum: any): Promise; export declare function ethGetAccountPaths(msg: core.ETHGetAccountPath): Array; export declare function ethSignTx(msg: core.ETHSignTx, ethereum: any, from: string): Promise; export declare function ethSendTx(msg: core.ETHSignTx, ethereum: any, from: string): Promise; export declare function ethSignMessage(msg: core.ETHSignMessage, ethereum: any, address: string): Promise; export declare function ethGetAddress(ethereum: any): Promise; //# sourceMappingURL=ethereum.d.ts.map