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