import type { UserMessage } from "../types.js"; /** Builds the durable record that first hands the project instructions to the model. */ export declare function createAgentsMdMessage(options: { id: string; instructions: string; }): UserMessage;