import type { EthWallet } from '@ariestools/sdk-react/crypto'; /** Minimal provider identity used by connect/revoke wallet dialogs. */ export interface ActiveProvider { connectWallet?: EthWallet['connectWallet']; icon?: string; providerName?: string; } //# sourceMappingURL=ActiveProvider.d.ts.map