import type { Readable } from "node:stream"; /** Collect piped UTF-8 input without repeatedly copying the accumulated prefix. */ export declare function readPipedInput(input: Readable, isTTY?: boolean): Promise; //# sourceMappingURL=piped-stdin.d.ts.map