import { ChatMode } from '@theia/ai-chat'; import { LanguageModelRequirement } from '@theia/ai-core'; import { AbstractModeAwareChatAgent } from './mode-aware-chat-agent'; import { ILogger } from '@theia/core'; export declare class CreateSkillAgent extends AbstractModeAwareChatAgent { protected readonly logger: ILogger; name: string; id: string; languageModelRequirements: LanguageModelRequirement[]; protected defaultLanguageModelPurpose: string; iconClass: string; description: string; tags: string[]; protected readonly modeDefinitions: Omit[]; prompts: import("@theia/ai-core").PromptVariantSet[]; protected systemPromptId: string | undefined; } //# sourceMappingURL=create-skill-agent.d.ts.map