3 lines
113 B
TypeScript
3 lines
113 B
TypeScript
import type { InstallArgs } from "./types";
|
|
export declare function install(args: InstallArgs): Promise<number>;
|