/** * The one shape a session row's title may take, wherever it comes from — typed * by a user at creation, generated for its thread, or refined by the observer. * Returns null when nothing readable is left, so callers can reject or skip. */ export declare function normalizeSessionTitle(title: string): string | null; //# sourceMappingURL=session-title.d.ts.map