import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { PaymentTypeEnum } from "./PaymentTypeEnum"; export declare const PatchedPaymentRequestType: core.serialization.Schema; export declare namespace PatchedPaymentRequestType { type Raw = PaymentTypeEnum.Raw | string; }