#!/usr/bin/env node export declare type CommandHandler = (args?: any) => Promise;