import type { ProviderInterface } from "@coinbase/wallet-sdk"; import type { CoinbaseWalletCreationOptions } from "./coinbase-web.js"; /** * @internal */ export declare function getCoinbaseMobileProvider(options?: CoinbaseWalletCreationOptions): Promise; //# sourceMappingURL=coinbase-mobile.d.ts.map