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