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 PaymentType: core.serialization.Schema; export declare namespace PaymentType { type Raw = PaymentTypeEnum.Raw | string; }