export default interface TestRunError {
    _attributes: {
        type?: string;
        message?: string;
    };
    _text: string;
}
//# sourceMappingURL=TestRunError.d.ts.map