#!/usr/bin/env npx tsx export {}; declare type Awaited = T extends Promise ? V : T;