export declare const MAX_SESSION_TITLE_LEN = 80; /** * Derive a session list title from the first user-visible line of a prompt echo. */ export declare function deriveSessionTitleFromEcho(echo: string): string | null;