export declare const fixDockerfileToolDefinition: { name: "fix-dockerfile"; description: string; category: "docker"; version: string; schema: import("zod").ZodEffects; path: import("zod").ZodOptional; environment: import("zod").ZodOptional>; targetPlatform: import("zod").ZodDefault>; workspacePath: import("zod").ZodOptional; strictPlatformValidation: import("zod").ZodDefault>; policyPath: 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"; strictPlatformValidation: boolean; policyPath?: string | undefined; path?: string | undefined; dockerfile?: string | undefined; environment?: "development" | "staging" | "production" | "testing" | undefined; workspacePath?: string | undefined; }, { policyPath?: string | undefined; path?: string | undefined; dockerfile?: string | undefined; environment?: "development" | "staging" | "production" | "testing" | undefined; workspacePath?: string | undefined; targetPlatform?: "linux/amd64" | "linux/arm64" | "linux/arm/v7" | "linux/arm/v6" | "linux/386" | "linux/ppc64le" | "linux/s390x" | "linux/riscv64" | "windows/amd64" | undefined; strictPlatformValidation?: boolean | undefined; }>, { targetPlatform: "linux/amd64" | "linux/arm64" | "linux/arm/v7" | "linux/arm/v6" | "linux/386" | "linux/ppc64le" | "linux/s390x" | "linux/riscv64" | "windows/amd64"; strictPlatformValidation: boolean; policyPath?: string | undefined; path?: string | undefined; dockerfile?: string | undefined; environment?: "development" | "staging" | "production" | "testing" | undefined; workspacePath?: string | undefined; }, { policyPath?: string | undefined; path?: string | undefined; dockerfile?: string | undefined; environment?: "development" | "staging" | "production" | "testing" | undefined; workspacePath?: string | undefined; targetPlatform?: "linux/amd64" | "linux/arm64" | "linux/arm/v7" | "linux/arm/v6" | "linux/386" | "linux/ppc64le" | "linux/s390x" | "linux/riscv64" | "windows/amd64" | undefined; strictPlatformValidation?: boolean | undefined; }>; metadata: { knowledgeEnhanced: true; }; chainHints: { success: string; failure: string; }; }; //# sourceMappingURL=types.d.ts.map