import { Ledger } from '@polkadot/ui-keyring'; export declare function isLedgerCapable(): boolean; export declare function isLedger(): boolean; export declare function clearLedger(): void; export declare function getLedger(): Ledger;