import { Pipe } from "../pipe.js";
export declare function flat(depth?: number): Pipe;
