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