import * as core from "@keepkey/hdwallet-core"; import { Transport } from "./transport"; export declare function eosGetAccountPaths(msg: core.EosGetAccountPaths): Array; export declare function eosGetPublicKey(transport: Transport, msg: core.EosGetPublicKey): Promise; export declare function eosSignTx(transport: Transport, msg: core.EosToSignTx): Promise; //# sourceMappingURL=eos.d.ts.map