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