/** * print the help menu for flatjs-forge. * @example "flatjs-forge help build" * @param cmd the main command name e.g. `help` * @param subCmd the sub command name e.g. `build` */ export declare const printHelp: (cmd: string, subCmd?: string) => void;