import { ProductItemConfig } from "../../components/organisms"; import { InvoiceCurrency, ProductItemVariant } from "../../types"; import { Currencies } from "./getBillInfoTotal"; export declare const getInvoiceVariantTotal: (meterApiName: string, variant: ProductItemVariant, currencies?: Currencies, currency?: InvoiceCurrency, productItemConfiguration?: Record) => any;