import { BaseAdapter } from './base-adapter.js'; import { AgentTool, AgentPaths, AgentActivity, BrainInsight } from '../types.js'; export declare class WindsurfAdapter extends BaseAdapter { name: AgentTool; displayName: string; private getGlobalDir; private getWindsurfDir; detect(): Promise; getConfigPaths(): AgentPaths; readActivity(): Promise; injectContext(insight: BrainInsight): Promise; private formatInsightForWindsurf; } //# sourceMappingURL=windsurf.d.ts.map