export declare class JsonConverter { convertSpecToJson(filePath: string): string; convertChangeToJson(filePath: string): Promise; private extractNameFromPath; } //# sourceMappingURL=json-converter.d.ts.map