import type { ResolvedSkillSource, ResolveSkillSourceContext } from '../types.js'; /** * Resolve a `{ path }` skill source. * * Uses resolveAssetReference for LOCATION only (filesystem branch, relative to * ctx.repoRoot), then content-hashes the resolved tree and stages it under that * hash. The hash IS the integrity story for local dirs — there is no registry. */ export declare function resolvePathSource(spec: string, ctx: ResolveSkillSourceContext): Promise; //# sourceMappingURL=path-source.d.ts.map