/**
 * Builds the MEMORY instruction block appended to the system message.
 *
 * @private function of MemoryCommitmentDefinition
 */
export declare function createMemorySystemMessage(extraInstructions: string): string;
