import type { TectonPlatformControls } from '../../types/setup'; /** * Sets up the `platformEventNotification` capability for platform event broadcasts. * Broadcasts named platform events with optional data to features. * * @param platformControlBus - Platform control bus with handler implementations * @param capabilities - Set to populate with available capability names * * @internal */ export default function platformEventNotificationSetup(platformControlBus: TectonPlatformControls, capabilities: Set): void; //# sourceMappingURL=platformEventNotification-setup.d.ts.map