export declare const analyzeRepoToolDefinition: { name: "analyze-repo"; description: string; category: "analysis"; version: string; schema: import("zod").ZodObject<{ modules: import("zod").ZodOptional; language: import("zod").ZodOptional>; frameworks: import("zod").ZodOptional; }, "strip", import("zod").ZodTypeAny, { name: string; version?: string | undefined; }, { name: string; version?: string | undefined; }>, "many">>; buildSystems: import("zod").ZodOptional; }, "strip", import("zod").ZodTypeAny, { type: string; languageVersion?: string | undefined; }, { type: string; languageVersion?: string | undefined; }>, "many">>; dependencies: import("zod").ZodOptional>; detectedDatabases: import("zod").ZodOptional; }, "strip", import("zod").ZodTypeAny, { dependencies: string[]; dbType: string; }, { dependencies: string[]; dbType: string; }>, "many">>; detectedEnvVars: import("zod").ZodOptional; source: import("zod").ZodString; required: import("zod").ZodBoolean; defaultValue: import("zod").ZodOptional; }, "strip", import("zod").ZodTypeAny, { name: string; source: string; required: boolean; classification: "config" | "database" | "secret"; defaultValue?: string | undefined; }, { name: string; source: string; required: boolean; classification: "config" | "database" | "secret"; defaultValue?: string | undefined; }>, "many">>; ports: import("zod").ZodOptional>; entryPoint: import("zod").ZodOptional; }, "strip", import("zod").ZodTypeAny, { name: string; modulePath: string; dependencies?: string[] | undefined; language?: "javascript" | "typescript" | "python" | "java" | "go" | "rust" | "dotnet" | "other" | undefined; ports?: number[] | undefined; dockerfilePath?: string | undefined; frameworks?: { name: string; version?: string | undefined; }[] | undefined; buildSystems?: { type: string; languageVersion?: string | undefined; }[] | undefined; detectedDatabases?: { dependencies: string[]; dbType: string; }[] | undefined; detectedEnvVars?: { name: string; source: string; required: boolean; classification: "config" | "database" | "secret"; defaultValue?: string | undefined; }[] | undefined; entryPoint?: string | undefined; }, { name: string; modulePath: string; dependencies?: string[] | undefined; language?: "javascript" | "typescript" | "python" | "java" | "go" | "rust" | "dotnet" | "other" | undefined; ports?: number[] | undefined; dockerfilePath?: string | undefined; frameworks?: { name: string; version?: string | undefined; }[] | undefined; buildSystems?: { type: string; languageVersion?: string | undefined; }[] | undefined; detectedDatabases?: { dependencies: string[]; dbType: string; }[] | undefined; detectedEnvVars?: { name: string; source: string; required: boolean; classification: "config" | "database" | "secret"; defaultValue?: string | undefined; }[] | undefined; entryPoint?: string | undefined; }>, "many">>; depth: import("zod").ZodOptional; includeTests: import("zod").ZodOptional; securityFocus: import("zod").ZodOptional; performanceFocus: import("zod").ZodOptional; repositoryPath: import("zod").ZodString; workspacePath: import("zod").ZodOptional; }, "strip", import("zod").ZodTypeAny, { repositoryPath: string; modules?: { name: string; modulePath: string; dependencies?: string[] | undefined; language?: "javascript" | "typescript" | "python" | "java" | "go" | "rust" | "dotnet" | "other" | undefined; ports?: number[] | undefined; dockerfilePath?: string | undefined; frameworks?: { name: string; version?: string | undefined; }[] | undefined; buildSystems?: { type: string; languageVersion?: string | undefined; }[] | undefined; detectedDatabases?: { dependencies: string[]; dbType: string; }[] | undefined; detectedEnvVars?: { name: string; source: string; required: boolean; classification: "config" | "database" | "secret"; defaultValue?: string | undefined; }[] | undefined; entryPoint?: string | undefined; }[] | undefined; workspacePath?: string | undefined; depth?: number | undefined; includeTests?: boolean | undefined; securityFocus?: boolean | undefined; performanceFocus?: boolean | undefined; }, { repositoryPath: string; modules?: { name: string; modulePath: string; dependencies?: string[] | undefined; language?: "javascript" | "typescript" | "python" | "java" | "go" | "rust" | "dotnet" | "other" | undefined; ports?: number[] | undefined; dockerfilePath?: string | undefined; frameworks?: { name: string; version?: string | undefined; }[] | undefined; buildSystems?: { type: string; languageVersion?: string | undefined; }[] | undefined; detectedDatabases?: { dependencies: string[]; dbType: string; }[] | undefined; detectedEnvVars?: { name: string; source: string; required: boolean; classification: "config" | "database" | "secret"; defaultValue?: string | undefined; }[] | undefined; entryPoint?: string | undefined; }[] | undefined; workspacePath?: string | undefined; depth?: number | undefined; includeTests?: boolean | undefined; securityFocus?: boolean | undefined; performanceFocus?: boolean | undefined; }>; metadata: { knowledgeEnhanced: false; }; chainHints: { success: string; failure: string; }; }; //# sourceMappingURL=types.d.ts.map