export interface FilterFunction { (input: any, ...filters: any[]): any; }