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