import * as core from "@shapeshiftoss/hdwallet-core"; import { TallyHDWallet } from "./tally"; export declare class TallyAdapter { keyring: core.Keyring; currentDeviceID?: string; private constructor(); static useKeyring(keyring: core.Keyring): TallyAdapter; initialize(): Promise; pairDevice(): Promise; } //# sourceMappingURL=adapter.d.ts.map