import type { EIP1193Provider } from '../EvmWalletProvider.types'; export type EIP6963ProviderDetail = { info: { icon: string; name: string; rdns: string; uuid: string; }; provider: EIP1193Provider; }; export type Eip6963AnnounceProviderEvent = CustomEvent & { detail: EIP6963ProviderDetail; type: 'eip6963:announceProvider'; }; //# sourceMappingURL=eip6963.types.d.ts.map