import { CartPricing, Data } from '../typings'; declare const cartPricingSelector: (data: Data) => CartPricing; export default cartPricingSelector;