import { VaultDTO } from '../types'; import { AccountType, KeySpace } from '../utils'; import { KeyManager } from './key'; import { RostrumService } from './rostrum'; export declare class WalletDiscoveryService { private readonly rostrumService; private readonly keyManager; constructor(rostrumService: RostrumService, keyManager: KeyManager); discoverWalletIndex(type: AccountType, keySpace: KeySpace): Promise; discoverVaults(addresses: string[]): Promise>; private checkVaultsForAddress; private parseVaultDetails; } //# sourceMappingURL=discovery.d.ts.map