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