import MessageBus from '../../utility/message-bus/messageBus'; import type { TectonPlatformControls } from '../../types/setup'; /** * Sets up the `cacheCleared` capability for broadcasting cache invalidation events. * Listens for platform refetch notifications and broadcasts them to features. * * @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 * * @internal */ export default function cacheClearedSetup(messageBus: MessageBus, platformControlBus: TectonPlatformControls, capabilities: Set): void; //# sourceMappingURL=cacheCleared-setup.d.ts.map