import { InputAll } from './input_all'; import type { Pipe } from './pipe'; export declare class PipeInput extends InputAll { readonly pipe: Pipe; constructor(pipe: Pipe); readAll(): string; }