import type { Context, FunctionWithContext } from '@rango-dev/wallets-core'; import { type CosmosActions, type ProviderAPI } from '@rango-dev/wallets-core/namespaces/cosmos'; declare function connect(instance: () => ProviderAPI): FunctionWithContext; declare function suggest(instance: () => ProviderAPI): FunctionWithContext; export declare const cosmosActions: { connect: typeof connect; suggest: typeof suggest; }; export {}; //# sourceMappingURL=cosmos.d.ts.map