import type { SecuritySignature, SecurityStackId } from "./signature.js"; export declare const SecuritySignatureParser: { /** * Pure and total: takes markdown text (no fs access), never throws, drops * malformed blocks and returns the parseable subset. */ parse(stackId: SecurityStackId, skillMarkdown: string, skillRelPath: string): SecuritySignature[]; }; //# sourceMappingURL=parser.d.ts.map