#!/usr/bin/env node
declare const args: string[];
declare const options: Record<string, any>;
declare const command: string;
