import { HDPrivateKey } from 'libnexa-ts'; import { KeyPath } from '../types/wallet.types'; export declare class KeyManager { private seed; private masterKey; private accountKeys; private walletKeys; init(mnemonic: string | Uint8Array): void; reset(): void; private getAccountKey; getKey(keyPath: string | KeyPath): HDPrivateKey; } //# sourceMappingURL=key.d.ts.map