import type { ChildProcessWithoutNullStreams } from "child_process";
export declare const pipeWithPrefix: (childProcess: ChildProcessWithoutNullStreams, prefix: string) => void;
