export declare function every(iterable: Iterable, cb: (item: In) => boolean): boolean;