/** * Lit component parser using TypeScript Compiler API */ import type { LitComponentDocs } from './types.js'; /** * Parse a Lit component file and extract documentation */ export declare function parseLitComponent(filePath: string): LitComponentDocs | null; //# sourceMappingURL=parser.d.ts.map