import { type DeleteSubscriptionTopicRecipient } from '@farfetch/blackout-client'; import type { UnsubscribeSubscriptionTopicRecipientFactory } from './types/index.js'; /** * Method to create a thunk factory configured with the specified client. * * @param deleteSubscriptionTopicRecipient - Delete subscription topic recipient client. * * @returns Thunk factory. */ declare const unsubscribeSubscriptionTopicRecipient: UnsubscribeSubscriptionTopicRecipientFactory; export default unsubscribeSubscriptionTopicRecipient;