import { ProductItemPrice } from "../types"; export declare const PRODUCT_ITEM_PRICE_TYPE: { MAX: string; DISTINCT: string; RESOURCE_GROUP: string; AVERAGE: string; VOLUME: string; VOLUME_DISTINCT: string; }; export declare const parseProductItemPrice: (productItemPrice: ProductItemPrice) => any;