export declare const PaymentRequest: {
    new (methodData: PaymentMethodData[], details: PaymentDetailsInit, options?: PaymentOptions): PaymentRequest;
    prototype: PaymentRequest;
} | null;
//# sourceMappingURL=payment-request.web.d.ts.map