import type { InputEnvelope, OutputEnvelope, StepDefinition, StepExecutionHooks } from "./types.js";
export declare function executeMockStep(step: StepDefinition, input: InputEnvelope, attempt: number, hooks?: StepExecutionHooks): Promise<OutputEnvelope>;
