import { type GetSubscriptionPackages } from '@farfetch/blackout-client'; import type { FetchSubscriptionPackagesFactory } from './types/index.js'; /** * Method to create a thunk factory configured with the specified client. * * @param getSubscriptionPackages - Get subscription packages client. * * @returns Thunk factory. */ declare const fetchSubscriptionPackagesFactory: FetchSubscriptionPackagesFactory; export default fetchSubscriptionPackagesFactory;