import * as z from "zod/v4-mini"; import { ClosedEnum } from "../../types/enums.js"; export declare const PaymentGatewayType: { readonly Stripe: "stripe"; readonly Razorpay: "razorpay"; readonly Nomod: "nomod"; readonly Moyasar: "moyasar"; readonly Paddle: "paddle"; readonly Whop: "whop"; }; export type PaymentGatewayType = ClosedEnum; /** @internal */ export declare const PaymentGatewayType$outboundSchema: z.ZodMiniEnum; //# sourceMappingURL=payment-gateway-type.d.ts.map