import type { InputResponse } from "#shared/input.js";
/** Resumed with the bare response, not a session-inbox delivery, so the body can race the hook. */
export declare function resumeWorkflowToolRunAnswers(answerToken: string, responses: readonly InputResponse[] | undefined): Promise<void>;
