import { t as SourceInfo } from "./source-info-CTapqPWD.js"; //#region src/skills/loading/skill-contract.d.ts interface Skill { name: string; description: string; filePath: string; baseDir: string; sourceInfo: SourceInfo; disableModelInvocation: boolean; source: string; } //#endregion export { Skill as t };