#!/usr/bin/env node /** * bin.ts – entry point for the `auden` CLI executable. * * Kept deliberately thin: just bootstraps citty and delegates to * the main command definition in index.ts. * * Target runtime: Node 20+ */ export {}; //# sourceMappingURL=bin.d.ts.map