export declare const generateDockerfileToolDefinition: { name: "generate-dockerfile"; description: string; category: "docker"; version: string; schema: import("zod").ZodObject<{ repositoryPath: import("zod").ZodString; modulePath: import("zod").ZodOptional; language: import("zod").ZodOptional; languageVersion: import("zod").ZodOptional; framework: import("zod").ZodOptional; environment: import("zod").ZodOptional>; detectedDependencies: import("zod").ZodOptional>; targetPlatform: import("zod").ZodDefault>; trafficLevel: import("zod").ZodOptional>; criticalityTier: import("zod").ZodOptional>; }, "strip", import("zod").ZodTypeAny, { repositoryPath: string; targetPlatform: "linux/amd64" | "linux/arm64" | "linux/arm/v7" | "linux/arm/v6" | "linux/386" | "linux/ppc64le" | "linux/s390x" | "linux/riscv64" | "windows/amd64"; environment?: "development" | "staging" | "production" | "testing" | undefined; language?: string | undefined; languageVersion?: string | undefined; framework?: string | undefined; modulePath?: string | undefined; detectedDependencies?: string[] | undefined; trafficLevel?: "high" | "medium" | "low" | undefined; criticalityTier?: "tier-1" | "tier-2" | "tier-3" | undefined; }, { repositoryPath: string; environment?: "development" | "staging" | "production" | "testing" | undefined; language?: string | undefined; languageVersion?: string | undefined; framework?: string | undefined; modulePath?: 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; }>; metadata: { knowledgeEnhanced: true; }; chainHints: { success: string; failure: string; }; }; //# sourceMappingURL=types.d.ts.map