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