import { AbstractStreamParsingChatAgent } from '@theia/ai-chat'; import { LanguageModelRequirement } from '@theia/ai-core'; import { ILogger } from '@theia/core'; export declare class ProjectInfoAgent extends AbstractStreamParsingChatAgent { protected readonly logger: ILogger; name: string; id: string; languageModelRequirements: LanguageModelRequirement[]; protected defaultLanguageModelPurpose: string; description: string; prompts: import("@theia/ai-core").PromptVariantSet[]; protected systemPromptId: string | undefined; iconClass: string; } //# sourceMappingURL=project-info-agent.d.ts.map