import { Pipe } from "../pipe.js"; export declare function pipeSync(source: Iterable, ...pipes: Array): Iterable;