#!/usr/bin/env node declare class ALMCPInstaller { private readonly serverPath; private readonly serverName; private readonly useNpx; constructor(); install(): Promise; private getALPackageName; private checkALTools; private installForClaudeCode; private installForVSCode; private getVSCodeSettingsPath; private findWorkspaceRoot; private showManualInstructions; private runCommand; } export { ALMCPInstaller }; //# sourceMappingURL=install.d.ts.map