import * as z from "zod/v3"; export type GetPaymentMethodGlobals = { orgId?: string | undefined; }; export type GetPaymentMethodRequest = { orgId?: string | undefined; }; /** @internal */ export type GetPaymentMethodRequest$Outbound = { orgId?: string | undefined; }; /** @internal */ export declare const GetPaymentMethodRequest$outboundSchema: z.ZodType; export declare function getPaymentMethodRequestToJSON(getPaymentMethodRequest: GetPaymentMethodRequest): string; //# sourceMappingURL=getpaymentmethod.d.ts.map