/**
 * Builds the prompt sent to the selected coding runner for one queued user-thread book.
 */
export declare function buildAgentMessagePrompt(messageRelativePath: string, agentSystemMessage: string): string;
