import { ToolProvider, ToolRequest } from '@theia/ai-core'; import { FileService } from '@theia/filesystem/lib/browser/file-service'; import { SkillService } from '@theia/ai-core/lib/browser/skill-service'; export declare class GetSkillFileContent implements ToolProvider { static ID: string; protected readonly skillService: SkillService; protected readonly fileService: FileService; getTool(): ToolRequest; private getSkillFileContent; } //# sourceMappingURL=skill-file-functions.d.ts.map