3 lines
138 B
TypeScript
3 lines
138 B
TypeScript
|
|
import type { InstallArgs } from "./types";
|
||
|
|
export declare function runCliInstaller(args: InstallArgs, version: string): Promise<number>;
|