#!/usr/bin/env node
/**
 * Claude-Flow CLI - SEA (Single Executable Application) entry point
 * This version uses the shared CLI core and always runs (no import.meta check needed for SEA)
 */
export {};
//# sourceMappingURL=main-sea.d.ts.map