declare const Json2WarService: {
    convert: (inputPath: string, outputPath: string) => Promise<void>;
};
export default Json2WarService;
