import { z } from "zod"; declare const paramsSchema: z.ZodObject<{ action: z.ZodDefault>; name: z.ZodOptional; description: z.ZodOptional; host: z.ZodOptional; lang: z.ZodOptional; google_key: z.ZodOptional; cors_settings: z.ZodOptional; allow_all: z.ZodOptional; }, z.core.$strip>>; cors_enabled: z.ZodOptional; cors_allowed_origins: z.ZodOptional; cors_allow_all: z.ZodOptional; logo: z.ZodOptional; }, z.core.$strip>>>; favicon: z.ZodOptional; }, z.core.$strip>>>; owner_id: z.ZodOptional; default_site_id: z.ZodOptional; robots_enabled: z.ZodOptional; sitemap_enabled: z.ZodOptional; custom_robots: z.ZodOptional; custom_sitemap: z.ZodOptional; use_auto_sitemap: z.ZodOptional; primary_color: z.ZodOptional; primary_hover: z.ZodOptional; accent: z.ZodOptional; accent_hover: z.ZodOptional; page_background: z.ZodOptional; navigation_selected_text: z.ZodOptional; navigation_selected_background: z.ZodOptional; verify: z.ZodDefault>; }, z.core.$strip>; export type ParamsSchema = z.infer; export declare const Manage: Tool; export {}; //# sourceMappingURL=Manage.d.ts.map