import type { Config } from '@farfetch/blackout-client'; export type UseSearchSuggestionsOptions = { enableAutoFetch?: boolean; fetchConfig?: Config; };