import type { Currency } from '../../../shared/enums.js';
import type { FinancialAmount } from '../../../__generated__/types.js';
import type { IGetChargesByIdsResult } from '../types.js';
export declare function calculateTotalAmount(charge: IGetChargesByIdsResult, defaultLocalCurrency: Currency): FinancialAmount | null;
