import { getDaffUpsellProductsSelectors } from '@daffodil/upsell-products/state'
A function that returns all selectors in the entire upsell products feature area.
Returns DaffUpsellProductsAllSelectors.
function getDaffUpsellProductsSelectors<T extends DaffProduct = DaffProduct>(): DaffUpsellProductsAllSelectors<T>