export declare function createGenericFilterPredicate(columns: Iterable): ((data: T, filter: string) => boolean);