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