import { Pipe } from "../pipe.js";
export declare function indexOf(value: any, fromIndex?: number): Pipe;
