import type { EthereumProvider } from '@solflare-wallet/metamask-sdk'; export declare function isSnapSupported(provider: EthereumProvider): Promise; export declare function detectEthereumProvider(): Promise;