import type { InstallArgs } from "./types";
export declare function install(args: InstallArgs): Promise<number>;
