import { Session } from './session';
import { SessionStore } from './session-store';
export declare function readSession(store: SessionStore, id: string): Promise<Session | null>;
