import type { Plugin } from "@opencode-ai/plugin"; /** Complete Anthropic authentication for Claude.ai OAuth and Console API keys. */ export declare const AnthropicConsoleAuthPlugin: Plugin; export default AnthropicConsoleAuthPlugin;