declare function detect(): boolean; declare function installMcp(cmd: { command: string; args: string[]; }): Promise; declare function installInstructions(): Promise; declare function uninstall(): Promise<{ removed: string[]; }>; export declare const windsurfHandler: { id: "windsurf"; displayName: string; supportsSkills: boolean; supportsCommands: boolean; detect: typeof detect; installMcp: typeof installMcp; installInstructions: typeof installInstructions; uninstall: typeof uninstall; }; export {}; //# sourceMappingURL=windsurf.d.ts.map