/** * Direct Context Injection Example * Demonstrates the new Enhanced Context Manager capabilities * for automatically discovering and injecting high-relevance markdown files */ /** * Example: Using Direct Context Injection with Enhanced Context Manager */ export declare function demonstrateDirectContextInjection(projectPath: string): Promise; /** * Example: Using specific file injection */ export declare function demonstrateSpecificFileInjection(projectPath: string, filePaths: string[]): Promise; /** * Example: Context cleanup and management */ export declare function demonstrateContextManagement(projectPath: string): Promise; /** * Run all demonstrations */ export declare function runAllDirectContextInjectionExamples(projectPath: string): Promise; //# sourceMappingURL=directContextInjectionExample.d.ts.map