UNPKG

zova-cli

Version:

zova cli

7 lines 244 B
export declare function getCommandsMeta(): Promise<{ map: any; all: any; }>; export declare function findCommand(cliFullName: string): any; export declare function collectCommands(): Promise<void>; //# sourceMappingURL=commands.d.ts.map