export declare const prepareClusterToolDefinition: { name: "prepare-cluster"; description: string; category: "kubernetes"; version: string; schema: import("zod").ZodObject<{ clusterType: import("zod").ZodOptional>; environment: import("zod").ZodOptional>; namespace: import("zod").ZodOptional; targetPlatform: import("zod").ZodDefault>; strictPlatformValidation: import("zod").ZodDefault>; }, "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; environment?: "development" | "staging" | "production" | "testing" | undefined; namespace?: string | undefined; clusterType?: "generic" | "kind" | undefined; }, { environment?: "development" | "staging" | "production" | "testing" | undefined; namespace?: 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; clusterType?: "generic" | "kind" | undefined; }>; metadata: { knowledgeEnhanced: false; }; chainHints: { success: string; failure: string; }; }; //# sourceMappingURL=types.d.ts.map