export declare function getBillingItemCoveragePrice(billingItemData: any, isTaxExclusive?: boolean): number; export declare function getBillingItemCoverageByContractIdPrice(billingItemData: any, contractId: string, isTaxExclusive?: boolean): number; export declare function getBillingItemCoverageByInsurerTypePrice(billingItemData: any, insurerType: string, insurerSubtype: string, isTaxExclusive?: boolean): number; export declare function getBillingItemCoverageByContractIdPaidAmount(billingItemData: any, contractId: string): number; export declare function getBillingItemCoverageByInsurerTypePaidAmount(billingItemData: any, insurerType: string, insurerSubtype: string): number; export declare function getBillingItemCoverageDeductions(billingItemData: any, isTaxExclusive?: boolean): number; export declare function computeCoveragesTotalAmount(billingItems: any[], isTaxExclusive?: boolean): number; export declare function computeCoveragesTotalPaidAmount(billingItems: any[], isTaxExclusive?: boolean): number; export declare function computeCoveragesTotalBalanceAmount(billingItems: any[], isTaxExclusive?: boolean): number; export declare function computeContractIdTotalAmount(billingItems: any[], contractId: string, isTaxExclusive?: boolean): number; export declare function computeContractIdTotalPaidAmount(billingItems: any[], contractId: string): number; export declare function computeContractIdTotalBalanceAmount(billingItems: any[], contractId: string, isTaxExclusive?: boolean): number;