import MessageBus from '../../utility/message-bus/messageBus'; import type { TectonPlatformControls } from '../../types/setup'; /** * Sets up the `refetchAccountsNotification` capability for refreshing account data. * Clears account and transfer caches, then triggers account refetch notification. * * @param messageBus - The platform message bus for feature communication * @param platformControlBus - Platform control bus with handler implementations * @param capabilities - Set to populate with available capability names * @param teardowns - Array to collect cleanup functions for unsubscribing * * @internal */ export default function refetchAccountsNotificationSetup(messageBus: MessageBus, platformControlBus: TectonPlatformControls, capabilities: Set, teardowns: (() => void)[]): void; //# sourceMappingURL=refetchAccountsNotification-setup.d.ts.map