import { TestCaseContext, TestContextEntity, TestSuiteContext } from "@sakuli/core"; export declare const renderError: (testDataEntity: TestContextEntity) => string; export declare const renderSuiteErrors: (testSuite: TestSuiteContext) => string; export declare const renderCaseErrors: (testCase: TestCaseContext) => string; export declare const renderDetailedCaseError: (testDataEntity: TestCaseContext, nagiosState: string) => string; //# sourceMappingURL=render-error.function.d.ts.map