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