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