import type { AdaptPrice } from './types/adaptPrice.types.js'; /** * Returns a price object adapted to all site areas (plp, pdp, bag, etc). * * @param priceToAdapt - Price to adapt. * * @returns Price adapted to fit all site areas. */ declare const adaptPrice: AdaptPrice; export default adaptPrice;