import { type GetFormSchema } from '@farfetch/blackout-client'; import type { FetchFormSchemaFactory } from './types/index.js'; /** * Method to create a thunk factory configured with the specified client fo fetch * form schemas. * * @param getFormSchema - Get form schema client. * * @returns Thunk factory. */ declare const fetchFormSchemaFactory: FetchFormSchemaFactory; export default fetchFormSchemaFactory;