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";
export declare const TASK_CREATE_PLAYGROUND = "playground";
export declare const TASK_LOCALNET_START = "localnet-start";
export declare const TASK_LOCALNET_STOP = "localnet-stop";
export declare const TASK_LOCALNET_LIST = "localnet-list";
