export declare function filter(allItems: T[], inputValue: string | null, keys?: string[]): T[];