import { LedgerEthAppLike, LedgerTransportLike } from './types.js'; export declare function createNodeHidLedgerTransport(): Promise; export declare function createLedgerEthApp(transport: LedgerTransportLike): Promise; //# sourceMappingURL=transport.d.ts.map