#!/usr/bin/env node export declare type cliCommand = (argv?: string[]) => void;