import { Pipe } from "../pipe.js";
export declare function endWith(...elements: Array<any>): Pipe;
