export declare const TASK_HELP = "help";
export declare const TASK_INIT = "init";
export declare const TASK_COMPILE = "compile";
export declare const TASK_CLEAN = "clean";
export declare const TASK_NODE_INFO = "node-info";
export declare const TASK_RUN = "run";
export declare const TASK_REPL = "repl";
export declare const TASK_INSTALL = "install";
export declare const TASK_TEST = "test";
