6 lines
115 B
TypeScript
6 lines
115 B
TypeScript
declare const build: any;
|
|
/**
|
|
* Create the cli and kick it off
|
|
*/
|
|
declare function run(argv: any): Promise<any>;
|