import type { CosmosActions, ProviderAPI } from '@rango-dev/wallets-core/namespaces/cosmos'; import { ChangeAccountSubscriberBuilder } from '@rango-dev/wallets-core/namespaces/common'; export declare const cosmosBuilders: { changeAccountSubscriber: (getInstance: () => ProviderAPI) => ChangeAccountSubscriberBuilder; }; //# sourceMappingURL=cosmos.d.ts.map