export declare const generateGithubWorkflowToolDefinition: { name: "generate-github-workflow"; description: string; category: "docker"; version: string; schema: import("zod").ZodObject<{ repositoryPath: import("zod").ZodString; workspacePath: import("zod").ZodOptional; registry: import("zod").ZodString; clusterName: import("zod").ZodString; resourceGroup: import("zod").ZodString; imageName: import("zod").ZodOptional; namespace: import("zod").ZodDefault>; manifestFormat: import("zod").ZodDefault>>; manifestPath: import("zod").ZodDefault>; dockerFile: import("zod").ZodDefault>; buildContextPath: import("zod").ZodDefault>; acrResourceGroup: import("zod").ZodOptional; workflowFileName: import("zod").ZodDefault>; branches: import("zod").ZodDefault>>; language: import("zod").ZodOptional; framework: import("zod").ZodOptional; }, "strip", import("zod").ZodTypeAny, { registry: string; namespace: string; repositoryPath: string; clusterName: string; resourceGroup: string; manifestFormat: "helm" | "kustomize" | "k8s"; manifestPath: string; dockerFile: string; buildContextPath: string; workflowFileName: string; branches: string[]; language?: string | undefined; framework?: string | undefined; workspacePath?: string | undefined; imageName?: string | undefined; acrResourceGroup?: string | undefined; }, { registry: string; repositoryPath: string; clusterName: string; resourceGroup: string; language?: string | undefined; framework?: string | undefined; namespace?: string | undefined; workspacePath?: string | undefined; imageName?: string | undefined; manifestFormat?: "helm" | "kustomize" | "k8s" | undefined; manifestPath?: string | undefined; dockerFile?: string | undefined; buildContextPath?: string | undefined; acrResourceGroup?: string | undefined; workflowFileName?: string | undefined; branches?: string[] | undefined; }>; metadata: { knowledgeEnhanced: true; }; chainHints: { success: string; failure: string; }; }; //# sourceMappingURL=types.d.ts.map