import type { RuntimeExpressionContext, Step, TestContext } from '../../../types.js'; export declare function createRuntimeExpressionCtx({ ctx, workflowId, step, }: { ctx: TestContext; workflowId?: string; step?: Step; }): RuntimeExpressionContext; //# sourceMappingURL=create-runtime-expression-ctx.d.ts.map