export declare const generateK8sManifestsToolDefinition: { name: "generate-k8s-manifests"; description: string; category: "kubernetes"; version: string; schema: import("zod").ZodEffects; workspacePath: import("zod").ZodOptional; name: import("zod").ZodOptional; modulePath: import("zod").ZodOptional; targetPlatform: import("zod").ZodDefault>; language: import("zod").ZodOptional; languageVersion: import("zod").ZodOptional; framework: import("zod").ZodOptional; frameworks: import("zod").ZodOptional; }, "strip", import("zod").ZodTypeAny, { name: string; version?: string | undefined; }, { name: string; version?: string | undefined; }>, "many">>; buildSystem: import("zod").ZodOptional; configFile: import("zod").ZodOptional; }, "strip", import("zod").ZodTypeAny, { type?: string | undefined; configFile?: string | undefined; }, { type?: string | undefined; configFile?: string | undefined; }>>; ports: import("zod").ZodOptional>; entryPoint: import("zod").ZodOptional; acaManifest: import("zod").ZodOptional; manifestType: import("zod").ZodDefault>>; environment: import("zod").ZodOptional>; detectedDependencies: import("zod").ZodOptional>; detectedDatabases: import("zod").ZodOptional; }, "strip", import("zod").ZodTypeAny, { dependencies: string[]; dbType: string; }, { dependencies: string[]; dbType: string; }>, "many">>; detectedEnvVars: import("zod").ZodOptional; source: import("zod").ZodString; required: import("zod").ZodBoolean; defaultValue: import("zod").ZodOptional; }, "strip", import("zod").ZodTypeAny, { name: string; source: string; required: boolean; classification: "config" | "database" | "secret"; defaultValue?: string | undefined; }, { name: string; source: string; required: boolean; classification: "config" | "database" | "secret"; defaultValue?: string | undefined; }>, "many">>; includeComments: import("zod").ZodDefault>; namespace: import("zod").ZodOptional; trafficLevel: import("zod").ZodOptional>; criticalityTier: import("zod").ZodOptional>; }, "strip", import("zod").ZodTypeAny, { targetPlatform: "linux/amd64" | "linux/arm64" | "linux/arm/v7" | "linux/arm/v6" | "linux/386" | "linux/ppc64le" | "linux/s390x" | "linux/riscv64" | "windows/amd64"; manifestType: "kubernetes" | "helm" | "kustomize" | "aca"; includeComments: boolean; name?: string | undefined; environment?: "development" | "staging" | "production" | "testing" | undefined; language?: string | undefined; languageVersion?: string | undefined; framework?: string | undefined; ports?: number[] | undefined; namespace?: string | undefined; workspacePath?: string | undefined; modulePath?: string | undefined; frameworks?: { name: string; version?: string | undefined; }[] | undefined; detectedDatabases?: { dependencies: string[]; dbType: string; }[] | undefined; detectedEnvVars?: { name: string; source: string; required: boolean; classification: "config" | "database" | "secret"; defaultValue?: string | undefined; }[] | undefined; entryPoint?: string | undefined; repositoryPath?: string | undefined; detectedDependencies?: string[] | undefined; trafficLevel?: "high" | "medium" | "low" | undefined; criticalityTier?: "tier-1" | "tier-2" | "tier-3" | undefined; buildSystem?: { type?: string | undefined; configFile?: string | undefined; } | undefined; acaManifest?: string | undefined; }, { name?: string | undefined; environment?: "development" | "staging" | "production" | "testing" | undefined; language?: string | undefined; languageVersion?: string | undefined; framework?: string | undefined; ports?: number[] | undefined; namespace?: string | undefined; workspacePath?: string | undefined; modulePath?: string | undefined; frameworks?: { name: string; version?: string | undefined; }[] | undefined; detectedDatabases?: { dependencies: string[]; dbType: string; }[] | undefined; detectedEnvVars?: { name: string; source: string; required: boolean; classification: "config" | "database" | "secret"; defaultValue?: string | undefined; }[] | undefined; entryPoint?: string | undefined; repositoryPath?: string | undefined; detectedDependencies?: string[] | undefined; targetPlatform?: "linux/amd64" | "linux/arm64" | "linux/arm/v7" | "linux/arm/v6" | "linux/386" | "linux/ppc64le" | "linux/s390x" | "linux/riscv64" | "windows/amd64" | undefined; trafficLevel?: "high" | "medium" | "low" | undefined; criticalityTier?: "tier-1" | "tier-2" | "tier-3" | undefined; buildSystem?: { type?: string | undefined; configFile?: string | undefined; } | undefined; acaManifest?: string | undefined; manifestType?: "kubernetes" | "helm" | "kustomize" | "aca" | undefined; includeComments?: boolean | undefined; }>, { targetPlatform: "linux/amd64" | "linux/arm64" | "linux/arm/v7" | "linux/arm/v6" | "linux/386" | "linux/ppc64le" | "linux/s390x" | "linux/riscv64" | "windows/amd64"; manifestType: "kubernetes" | "helm" | "kustomize" | "aca"; includeComments: boolean; name?: string | undefined; environment?: "development" | "staging" | "production" | "testing" | undefined; language?: string | undefined; languageVersion?: string | undefined; framework?: string | undefined; ports?: number[] | undefined; namespace?: string | undefined; workspacePath?: string | undefined; modulePath?: string | undefined; frameworks?: { name: string; version?: string | undefined; }[] | undefined; detectedDatabases?: { dependencies: string[]; dbType: string; }[] | undefined; detectedEnvVars?: { name: string; source: string; required: boolean; classification: "config" | "database" | "secret"; defaultValue?: string | undefined; }[] | undefined; entryPoint?: string | undefined; repositoryPath?: string | undefined; detectedDependencies?: string[] | undefined; trafficLevel?: "high" | "medium" | "low" | undefined; criticalityTier?: "tier-1" | "tier-2" | "tier-3" | undefined; buildSystem?: { type?: string | undefined; configFile?: string | undefined; } | undefined; acaManifest?: string | undefined; }, { name?: string | undefined; environment?: "development" | "staging" | "production" | "testing" | undefined; language?: string | undefined; languageVersion?: string | undefined; framework?: string | undefined; ports?: number[] | undefined; namespace?: string | undefined; workspacePath?: string | undefined; modulePath?: string | undefined; frameworks?: { name: string; version?: string | undefined; }[] | undefined; detectedDatabases?: { dependencies: string[]; dbType: string; }[] | undefined; detectedEnvVars?: { name: string; source: string; required: boolean; classification: "config" | "database" | "secret"; defaultValue?: string | undefined; }[] | undefined; entryPoint?: string | undefined; repositoryPath?: string | undefined; detectedDependencies?: string[] | undefined; targetPlatform?: "linux/amd64" | "linux/arm64" | "linux/arm/v7" | "linux/arm/v6" | "linux/386" | "linux/ppc64le" | "linux/s390x" | "linux/riscv64" | "windows/amd64" | undefined; trafficLevel?: "high" | "medium" | "low" | undefined; criticalityTier?: "tier-1" | "tier-2" | "tier-3" | undefined; buildSystem?: { type?: string | undefined; configFile?: string | undefined; } | undefined; acaManifest?: string | undefined; manifestType?: "kubernetes" | "helm" | "kustomize" | "aca" | undefined; includeComments?: boolean | undefined; }>; metadata: { knowledgeEnhanced: true; }; chainHints: { success: string; failure: string; }; }; //# sourceMappingURL=types.d.ts.map