import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type EmailLayoutRenderOutput = { /** * Content of the email */ body: string; }; /** @internal */ export declare const EmailLayoutRenderOutput$inboundSchema: z.ZodType; export declare function emailLayoutRenderOutputFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=emaillayoutrenderoutput.d.ts.map