export declare class UITestAutomationLegacyUpgrader {
    private filePath;
    private fileWriter;
    private messages;
    /**
     * the constructor.
     * @param filePath the file path.
     * @param fileName the file name.
     */
    constructor(filePath: string, fileName?: string);
    /**
     * the run function to resolve the errors.
     */
    run(): Promise<void>;
}
