/** * Build the project-selection arguments shared by every off-thread live-tool * worker. The active scope owns the resolved config path, so workers receive * the same project/config selection as their host invocation. */ export declare function workerProjectSelectionArgs(cwd: string): string[]; //# sourceMappingURL=worker-project-selection.d.ts.map