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