import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type MessageCTAData = { /** * URL for the call to action */ url?: string | undefined; }; /** @internal */ export declare const MessageCTAData$inboundSchema: z.ZodType; export declare function messageCTADataFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=messagectadata.d.ts.map