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