import * as z from "zod/v4-mini"; export type ProcessPaymentRequest = { /** * Payment ID */ id: string; }; /** @internal */ export type ProcessPaymentRequest$Outbound = { id: string; }; /** @internal */ export declare const ProcessPaymentRequest$outboundSchema: z.ZodMiniType; export declare function processPaymentRequestToJSON(processPaymentRequest: ProcessPaymentRequest): string; //# sourceMappingURL=process-payment-op.d.ts.map