import { AbstractStreamParsingChatAgent } from '@theia/ai-chat/lib/common/chat-agents'; import { LanguageModelRequirement } from '@theia/ai-core/lib/common'; import { ILogger } from '@theia/core'; import { ExploreAgentId } from '../common/agent-ids'; export { ExploreAgentId }; export declare class ExploreAgent extends AbstractStreamParsingChatAgent { protected readonly logger: ILogger; name: string; id: string; languageModelRequirements: LanguageModelRequirement[]; protected defaultLanguageModelPurpose: string; description: string; prompts: { id: string; defaultVariant: import("@theia/ai-core/lib/common").BasePromptFragment; variants: never[]; }[]; protected systemPromptId: string; iconClass: string; } //# sourceMappingURL=explore-agent.d.ts.map