import * as z from "zod/v4-mini"; import { StripePaymentGatewayOptions, StripePaymentGatewayOptions$Outbound } from "./stripe-payment-gateway-options.js"; export type PaymentGatewayOptions = { stripe?: StripePaymentGatewayOptions | undefined; }; /** @internal */ export type PaymentGatewayOptions$Outbound = { stripe?: StripePaymentGatewayOptions$Outbound | undefined; }; /** @internal */ export declare const PaymentGatewayOptions$outboundSchema: z.ZodMiniType; export declare function paymentGatewayOptionsToJSON(paymentGatewayOptions: PaymentGatewayOptions): string; //# sourceMappingURL=payment-gateway-options.d.ts.map