import * as install from './install.js'; export declare const rcOptionsTypes: typeof cliOptionsTypes; export declare function cliOptionsTypes(): Record; export declare const commandNames: string[]; export declare function help(): string; export declare function handler(opts: install.InstallCommandOptions): Promise;