import type { Predicate } from "@thi.ng/api"; export declare const every: (pred: Predicate, input: Iterable) => boolean; //# sourceMappingURL=every.d.ts.map