import { Pipe } from "../pipe.js"; export declare function concat(source: Iterable): Pipe;