import { TestSuiteReport } from './TestResults';
/**
 *
 * @param report A report in the default schema, as supported by GitLab
 */
export declare function getXmlObject(report: TestSuiteReport): {
    testsuites: any[];
};
