#!/usr/bin/env node /** * network-ai CLI — full in-process control over blackboard, auth, budget, and audit. * Imports core classes directly (Option B: no server required). * * Usage: * npx network-ai [options] * network-ai [options] (after npm install -g network-ai) */ export {}; //# sourceMappingURL=cli.d.ts.map