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