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