6 lines
196 B
TypeScript
6 lines
196 B
TypeScript
export declare let handleCli: (argvArg: any) => Promise<void>;
|
|
/**
|
|
* checks for ENV vars in form of NPMCI_SSHKEY_* and deploys any found ones
|
|
*/
|
|
export declare let prepare: () => Promise<void>;
|