import type { FileReference, Skill } from "./types.js"; export declare function parseSkillContent(content: string): Skill; export declare function parseSkill(filePath: string): Promise; export declare function extractFileReferences(body: string, lineOffset: number): FileReference[]; //# sourceMappingURL=parse.d.ts.map