import { type AiSkillResponse } from "@gooddata/api-client-tiger"; import { type IAgentSkill } from "@gooddata/sdk-model"; export declare function convertAgentSkill(skill: AiSkillResponse): IAgentSkill; //# sourceMappingURL=agentSkillConvertor.d.ts.map