/** * Small helpers for the task-worker mode that can be safely imported by any * layer without pulling the full FrontMcpInstance graph (which would otherwise * create a cycle via scope → transport → task → execute-task → front-mcp). * * @module task/runtime/execute-task-flag */ export declare const TASK_WORKER_MODE_FLAG: "__taskWorkerMode"; /** True when this process was launched as a task worker. */ export declare function isTaskWorkerProcess(): boolean; //# sourceMappingURL=execute-task-flag.d.ts.map