/**
 * 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<void>;
/**
 * Example: Using specific file injection
 */
export declare function demonstrateSpecificFileInjection(projectPath: string, filePaths: string[]): Promise<void>;
/**
 * Example: Context cleanup and management
 */
export declare function demonstrateContextManagement(projectPath: string): Promise<void>;
/**
 * Run all demonstrations
 */
export declare function runAllDirectContextInjectionExamples(projectPath: string): Promise<void>;
//# sourceMappingURL=directContextInjectionExample.d.ts.map