export declare function filterOptions(inputValue: string, options: { value: string; label: string; }[], simulatedNetworkDelayMs?: number): Promise;