import { Predicate } from '../custom-types'; export declare function and(...predicates: Predicate[]): Predicate; //# sourceMappingURL=and.d.ts.map