import { SakuliCoreProperties, TestContextEntity, TestExecutionContext } from "@sakuli/core"; export declare const entityOnEndLogMessage: (e: TestContextEntity, name: string) => string; export declare const entityOnStartLogMessage: (e: TestContextEntity, name: string) => string; export declare const testExecutionContextRenderer: (ctx: TestExecutionContext, properties: SakuliCoreProperties) => Promise; //# sourceMappingURL=test-execution-context-renderer.function.d.ts.map