import { z } from 'zod/v4'; export declare const PROJECT_TYPES: readonly ["localization_files", "paged_documents", "content_integration", "marketing", "marketing_integrations", "marketing_portal", "mcp"]; export declare const PROJECT_TYPES_SCHEMA: z.ZodEnum<{ localization_files: "localization_files"; paged_documents: "paged_documents"; content_integration: "content_integration"; marketing: "marketing"; marketing_integrations: "marketing_integrations"; marketing_portal: "marketing_portal"; mcp: "mcp"; }>; export type ProjectType = z.infer;