import type { InstallOptions } from "./types"; export declare function runInstall(options?: InstallOptions): Promise;