import { MultiDbManager } from '../../core/multi-db-manager'; /** * Executes learning path tool. * Generates guided learning path for understanding a topic. */ export declare function executeLearningPath(args: { topic: string; pluginId: string; }, dbManager: MultiDbManager): Promise; //# sourceMappingURL=learning-path.d.ts.map