export declare const all: (source: Iterable, predicate: (x: TSource) => boolean) => boolean;