import type { RalphLoopState } from "./types";
export declare function buildContinuationPrompt(state: RalphLoopState): string;
export declare function buildVerificationFailurePrompt(state: RalphLoopState): string;
