export declare function normalizeSessionTitle(content: string): string; export declare function isInstructionPreamble(content: string | null | undefined): boolean; export declare function titleFromUserContent(content: string): string | null; //# sourceMappingURL=session-text.d.ts.map