import { z } from "zod"; declare const paramsSchema: z.ZodObject<{ action: z.ZodDefault>; identifier: z.ZodOptional>; name: z.ZodOptional; host: z.ZodOptional; description: z.ZodOptional; language: z.ZodOptional; time_zone: z.ZodOptional; tag_line: z.ZodOptional; privacy_level: z.ZodOptional; realm_id: z.ZodOptional>; status: z.ZodOptional; team_review: z.ZodOptional; approvals_quantity: z.ZodOptional; locked_review: z.ZodOptional; enforced_review: z.ZodOptional; enforce_all_review: z.ZodOptional; apple_icon_id: z.ZodOptional; favicon_id: z.ZodOptional; logo_id: z.ZodOptional; pwa_icon_id: z.ZodOptional; theme: z.ZodOptional; use_auto_sitemap: z.ZodOptional; custom_sitemap: z.ZodOptional; custom_robots: z.ZodOptional; enable_sitemap: z.ZodOptional; enable_robots: z.ZodOptional; use_pwa_manifest: z.ZodOptional; pwa_manifest: z.ZodOptional; use_pwa_service_worker: z.ZodOptional; enable_push_notifications: z.ZodOptional; use_custom_host: z.ZodOptional; custom_host: z.ZodOptional; custom_host_alt1: z.ZodOptional; custom_host_alt2: z.ZodOptional; privacy_home_enabled: z.ZodOptional; not_found_redirect: z.ZodOptional; search_enabled: z.ZodOptional; multi_search_enabled: z.ZodOptional; tag_manager_id: z.ZodOptional; enable_security_headers: z.ZodOptional; enable_strict_transport_security: z.ZodOptional; strict_transport_security_max_age: z.ZodOptional; strict_transport_security_preload: z.ZodOptional; strict_transport_security_subdomains: z.ZodOptional; enable_referrer_policy: z.ZodOptional; referrer_policy_value: z.ZodOptional; enable_x_frame_options: z.ZodOptional; x_frame_options_value: z.ZodOptional; enable_x_content_type_options: z.ZodOptional; enable_content_security_policy: z.ZodOptional; content_security_policy_value: z.ZodOptional; content_security_policy_nonce: z.ZodOptional; enable_content_security_policy_report_only: z.ZodOptional; content_security_policy_report_only_value: z.ZodOptional; content_security_policy_report_only_nonce: z.ZodOptional; enable_cross_origin_embedder_policy: z.ZodOptional; cross_origin_embedder_policy_value: z.ZodOptional; enable_cross_origin_opener_policy: z.ZodOptional; cross_origin_opener_policy_value: z.ZodOptional; enable_cross_origin_resource_policy: z.ZodOptional; cross_origin_resource_policy_value: z.ZodOptional; enable_service_worker_allowed: z.ZodOptional; service_worker_allowed_value: z.ZodOptional; enable_permissions_policy: z.ZodOptional; permissions_policy_value: z.ZodOptional; enable_reporting_endpoints: z.ZodOptional; reporting_endpoints_value: z.ZodOptional; query: z.ZodOptional; page: z.ZodDefault; per_page: z.ZodDefault; validation_name: z.ZodOptional; stage_name: z.ZodOptional; verify: z.ZodDefault; }, z.core.$strip>; export type ParamsSchema = z.infer; export declare const Manage: Tool; export {}; //# sourceMappingURL=Manage.d.ts.map