#!/usr/bin/env ts-node /** * Simple script for simulating an async CLI script where the void is the last line for source-map processing */ declare function main(): Promise;