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