#!/usr/bin/env node
declare const args: string[];
declare function main(): Promise<void>;
