import { Pipe } from "../pipe.js"; export declare function every(predicate: (element: any, index?: number) => boolean): Pipe;