/** * Copyright (c) 2026, Salesforce, Inc., * All rights reserved. * For full license text, see the LICENSE.txt file */ import type { CliOptions } from "./types.js"; /** * Main installation function */ export declare function install(featureName: string, options: CliOptions): Promise; /** * Get comprehensive help text for install command */ export declare function getInstallHelpText(): string; //# sourceMappingURL=install-command.d.ts.map