import { Pipe } from "../pipe.js";
export declare function drop(count: number): Pipe;
