/** * Resolve the package-resident agent skill directory at runtime. * * Located "beside dist/": the compiled module lives at * /dist/lib/skill-source.js, so walking up from * fileURLToPath(import.meta.url) reaches the package root without * consulting process.cwd() — resolution works identically from the * repo checkout and an installed package layout. */ export declare function resolveSkillSourceDir(): string; //# sourceMappingURL=skill-source.d.ts.map