import type { ChildProcessWithoutNullStreams } from 'child_process';
export declare class StreamManager {
    private colors;
    registerStream(jobName: string, stream: ChildProcessWithoutNullStreams, options: {
        logsPathPrefix?: string;
    }): void;
}
