/** * Lightweight Anthropic client factory using OAuth tokens. * Deduplicates the OAuth + Anthropic init pattern used in image-analyzer.ts * and other places that need a one-shot API call. * * For full agent loop usage, use src/agent/claude-client.ts (ClaudeClient class) instead. */ /** * Create a one-shot Anthropic client with OAuth authentication. */ export declare function createClaudeClient(): Promise; //# sourceMappingURL=claude-client.d.ts.map