import type { SystemMessage } from "../types.js"; export declare function systemMessageToText(message: SystemMessage): string;