import type { PaymentDetailsUpdate } from '../@standard/w3c/payment-details-update.js';
import type { OnEventFn } from '@rnw-community/shared';
export type PaymentRequestUpdateHandler = OnEventFn<Promise<PaymentDetailsUpdate>>;
//# sourceMappingURL=payment-request-update-handler.type.d.ts.map