import type { HarnessSession, StepInput } from "#harness/types.js";
export declare function preserveCancelledTurnMessage(session: HarnessSession, input: StepInput | undefined): Promise<HarnessSession>;
