#!/usr/bin/env node /** * go-easy — Umbrella CLI for cross-service operations. * * Usage: * go-easy auth list — List configured accounts * go-easy auth add — Add or upgrade account (Phase 2) * go-easy auth remove --confirm — Remove account (Phase 3) */ export {}; //# sourceMappingURL=easy.d.ts.map