import { PnPConfiguration } from '../../types.js'; import { StylelintWorkerProcess } from '../../worker/worker-process.js'; import { LoggingService } from '../infrastructure/logging.service.js'; export declare class WorkerProcessService { #private; constructor(loggingService: LoggingService); createWorkerProcess(workerRoot: string, idleTimeoutMs?: number, pnpConfig?: PnPConfiguration): StylelintWorkerProcess; }