import { ApexTestResultData } from '../tests';
export declare const buildTapDiagnostics: (testResult: ApexTestResultData) => string[];
