import { type ClassType } from '@rnw-community/shared';
import type { PaymentItem } from '../@standard/w3c/payment-item';
import type { PaymentsError } from '../error/payments.error';
export declare const validateTotal: (total: PaymentItem, ErrorType?: ClassType<PaymentsError>) => void;
//# sourceMappingURL=validate-total.util.d.ts.map