import * as z from 'zod'; declare const GetLlmsTxtRequest: z.ZodObject<{ options: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; declare const GetLlmsTxtResponse: z.ZodObject<{ llmsTxt: z.ZodOptional; default: z.ZodOptional; subdomain: z.ZodOptional; hidden: z.ZodNullable>; manuallyEdited: z.ZodOptional; detectedLanguage: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; declare const UpdateLlmsTxtRequest: z.ZodObject<{ options: z.ZodOptional; default: z.ZodOptional; subdomain: z.ZodOptional; hidden: z.ZodNullable>; manuallyEdited: z.ZodOptional; detectedLanguage: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; declare const UpdateLlmsTxtResponse: z.ZodObject<{ llmsTxt: z.ZodOptional; default: z.ZodOptional; subdomain: z.ZodOptional; hidden: z.ZodNullable>; manuallyEdited: z.ZodOptional; detectedLanguage: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; declare const AppendLlmsTxtRequest: z.ZodObject<{ options: z.ZodOptional; default: z.ZodOptional; subdomain: z.ZodOptional; hidden: z.ZodNullable>; manuallyEdited: z.ZodOptional; detectedLanguage: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; declare const AppendLlmsTxtResponse: z.ZodObject<{ llmsTxt: z.ZodOptional; default: z.ZodOptional; subdomain: z.ZodOptional; hidden: z.ZodNullable>; manuallyEdited: z.ZodOptional; detectedLanguage: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; declare const UpdateLlmsTxtHiddenStatusRequest: z.ZodObject<{ options: z.ZodOptional; subdomain: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; declare const UpdateLlmsTxtHiddenStatusResponse: z.ZodObject<{ llmsTxt: z.ZodOptional; default: z.ZodOptional; subdomain: z.ZodOptional; hidden: z.ZodNullable>; manuallyEdited: z.ZodOptional; detectedLanguage: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; export { AppendLlmsTxtRequest, AppendLlmsTxtResponse, GetLlmsTxtRequest, GetLlmsTxtResponse, UpdateLlmsTxtHiddenStatusRequest, UpdateLlmsTxtHiddenStatusResponse, UpdateLlmsTxtRequest, UpdateLlmsTxtResponse };