import type { Argv } from "yargs"; export declare function install(argv: { paths: string[]; registryUrl?: string; platform?: string; }): Promise; export declare function installCommand(yargs: Argv): Argv; //# sourceMappingURL=install.d.ts.map