export declare class StarshipInstaller { private installations; checkAndInstallBinary(binaryName: string): Promise; checkAndInstallDependencies(): Promise; installBinary(binaryName: string): Promise; private runInstallation; }