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