declare const War2JsonService: {
    convert: (inputPath: string, outputPath: string) => Promise<unknown[]>;
};
export default War2JsonService;
