/** * Utility command handlers. */ import type { Step } from "../../../domain/index"; import type { ExecutionContext } from "../context"; export declare function handleScreenshot(step: Step, ctx: ExecutionContext): Promise; export declare function handleLog(step: Step): Promise; export declare function describeScreenshot(step: Step): string; export declare function describeLog(step: Step): string; //# sourceMappingURL=utilities.d.ts.map