import type { Provider } from './types.js'; import type { CosmosChainAccounts, ProviderAPI as CosmosProviderApi } from '@rango-dev/wallets-core/namespaces/cosmos'; export declare function keplr(): Provider | null; export declare function getInstanceOrThrow(): Provider; export declare function cosmosKeplr(): CosmosProviderApi; export declare const getCosmosAccounts: (instance: CosmosProviderApi, chainIds: string[], miscChainIds?: string[]) => Promise; //# sourceMappingURL=utils.d.ts.map