/** * Tests for CLI auth command: auth wallet, auth status * * Covers W-12 test requirements for wallet authentication CLI. * * Strategy: * - auth wallet: mocks SDK authenticateWithWallet function * - auth status: mocks fetch to intercept Agentverse API calls * * Uses node:test runner with tsx/esm loader. */ export {}; //# sourceMappingURL=auth.test.d.ts.map