export declare const verifyDeployToolDefinition: { name: "verify-deploy"; description: string; category: "kubernetes"; version: string; schema: import("zod").ZodObject<{ deploymentName: import("zod").ZodString; namespace: import("zod").ZodOptional; checks: import("zod").ZodOptional, "many">>; }, "strip", import("zod").ZodTypeAny, { deploymentName: string; namespace?: string | undefined; checks?: ("health" | "ingress" | "services" | "pods")[] | undefined; }, { deploymentName: string; namespace?: string | undefined; checks?: ("health" | "ingress" | "services" | "pods")[] | undefined; }>; metadata: { knowledgeEnhanced: false; }; }; //# sourceMappingURL=types.d.ts.map