import * as core from "@keepkey/hdwallet-core"; import { Transport } from "./transport"; export declare function binanceGetAccountPaths(msg: core.BinanceGetAccountPaths): Array; export declare function binanceSignTx(transport: Transport, msg: core.BinanceSignTx): Promise; export declare function binanceGetAddress(transport: Transport, msg: core.BinanceGetAddress): Promise; //# sourceMappingURL=binance.d.ts.map