import { Session } from './type'; export declare const useSessions: () => { sessionList: Session[]; sessionDefault: Session; };