/**
 * Get or create a session ID scoped to the given project.
 */
export declare function getSessionId(projectId: string): string;
/**
 * Update the last activity timestamp for the current session.
 */
export declare function updateSessionActivity(projectId: string): void;
