/** * Convert JSON file to CSD * @param jsonFilePath JSON file path * @param outputFilePath Output CSD file path */ export declare function convertFile(jsonFilePath: string, outputFilePath: string): void; //# sourceMappingURL=json2csd.d.ts.map