import * as z from "zod/v3"; export type StructuredTextMutableProperties = { text: string; }; /** @internal */ export type StructuredTextMutableProperties$Outbound = { text: string; }; /** @internal */ export declare const StructuredTextMutableProperties$outboundSchema: z.ZodType; export declare function structuredTextMutablePropertiesToJSON(structuredTextMutableProperties: StructuredTextMutableProperties): string; //# sourceMappingURL=structuredtextmutableproperties.d.ts.map