#!/usr/bin/env tsx /** * Example: Run AI Council Meeting * * Demonstrates how to use the AI Council for cross-project decision-making * * Usage: * npx tsx src/council/examples/run-council-meeting.ts */ declare function main(): Promise; export { main as runCouncilMeeting }; //# sourceMappingURL=run-council-meeting.d.ts.map