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