import type { PreparedSkillDocument, SkillSnapshot } from './types.js'; /** Convert a validated, commit-pinned snapshot into bounded memory documents. */ export declare function documentsFromSkillSnapshot(snapshot: SkillSnapshot): PreparedSkillDocument[]; //# sourceMappingURL=import-preparation.d.ts.map