#!/usr/bin/env node /** * Noah — CLI Entry Point * * This file is the bin target for `npx noah` or the global `noah` command. */ export {}; //# sourceMappingURL=bin.d.ts.map