import type { ResolvedSkillSource, ResolveSkillSourceContext } from '../types.js'; /** * Resolve a `{ vendored: true }` skill source: copy the committed pinned directory * (ctx.vendoredDir) into staging. Identity is the manifest hash (content hash of the * vendored tree). Pinned-manifest preflight verification is a separate concern. */ export declare function resolveVendoredSource(ctx: ResolveSkillSourceContext): Promise; //# sourceMappingURL=vendored-source.d.ts.map