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