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