import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; /** * Type of call to action */ export declare const ChannelCTATypeEnum: { readonly Redirect: "redirect"; }; /** * Type of call to action */ export type ChannelCTATypeEnum = ClosedEnum; /** @internal */ export declare const ChannelCTATypeEnum$inboundSchema: z.ZodNativeEnum; //# sourceMappingURL=channelctatypeenum.d.ts.map