import { Pipe } from "../pipe.js";
export declare function splice(start: number, deleteCount: number, ...elements: Array<any>): Pipe;
