import { HDKeyStore, HDProvider } from './HDKeyStore'; export declare const createLedgerKeyStore: (provider: HDProvider) => HDKeyStore;