export declare function every(iteratorOrIterable: Iterable | Iterator, callbackfn: (currentValue: T, currentIndex: number) => boolean): boolean;