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