import * as z from "zod/v3"; export type EmailChannelOverrides = { /** * Override or remove the layout for all email steps in the workflow */ layoutId?: string | null | undefined; }; /** @internal */ export type EmailChannelOverrides$Outbound = { layoutId?: string | null | undefined; }; /** @internal */ export declare const EmailChannelOverrides$outboundSchema: z.ZodType; export declare function emailChannelOverridesToJSON(emailChannelOverrides: EmailChannelOverrides): string; //# sourceMappingURL=emailchanneloverrides.d.ts.map