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