import { ProductItemPrice } from "../../../types"; export declare const getRate: (customDimension: Record, productItemPrice?: ProductItemPrice) => any;