interface CodebaseContextConfig { projectPath: string; analysisId?: string; includeExamples?: boolean; tokenOptimized?: boolean; } interface CodebaseContextResult { success: boolean; filePath: string; message: string; tokenCount: number; } export declare function createCodebaseContext(config: CodebaseContextConfig): Promise; export {}; //# sourceMappingURL=create-codebase-context.d.ts.map