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