export type Predicate = (item: T) => boolean; export declare function composeFilters(...predicates: Array>): null | Predicate;