/** * Formats a timestamp into a compact relative label for session metadata. */ export declare function formatRelativeSessionTime(timestamp: number): string; /** * Returns a date bucket label for grouping recent sessions in the sidebar. */ export declare function getSessionGroupLabel(timestamp: number): string; //# sourceMappingURL=session-time.d.ts.map