export interface InstallTuiOptions { from?: string; url?: string; force?: boolean; } export declare function installTui(opts: InstallTuiOptions): Promise;