import { SessionManager } from '../types/shared'; export default function Session(user_uid?: string): SessionManager;