import type { Parser, ParseResult } from './types.js'; export declare class MarkdownParser implements Parser { readonly supportedExtensions: string[]; parse(content: string, filePath: string): Promise; } //# sourceMappingURL=markdown.d.ts.map