import * as z from 'zod'; declare const EmbedScriptRequest: z.ZodObject<{ properties: z.ZodObject<{ parameters: z.ZodOptional>; disabled: z.ZodOptional; }, z.core.$strip>; options: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; declare const EmbedScriptResponse: z.ZodObject<{ properties: z.ZodOptional>; disabled: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; declare const GetEmbeddedScriptRequest: z.ZodObject<{ options: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; declare const GetEmbeddedScriptResponse: z.ZodObject<{ parameters: z.ZodOptional>; disabled: z.ZodOptional; }, z.core.$strip>; export { EmbedScriptRequest, EmbedScriptResponse, GetEmbeddedScriptRequest, GetEmbeddedScriptResponse };