export declare function convertReport(inputFile: string, outputFile: string): Promise<void>;
