import { DataOoc } from './data-ooc.js'; export declare class DataOocSubscription { /** * Real-time subscription for out-of-control (OOC) events. * This subscription allows users with supervisory roles to receive immediate notifications * when new OOC events are created or updated in their domain. */ dataOoc(payload: { dataOoc: DataOoc; supervisoryRoleId: string; }): DataOoc; }