import { LedgerNanoT } from './_types';
import { BasicLedgerTransport } from './device-connection';
export declare const LedgerNano: {
    connect: (transport: BasicLedgerTransport) => Promise<LedgerNanoT>;
};
//# sourceMappingURL=ledgerNano.d.ts.map