import { Session } from './session'; import { SessionStore } from './session-store'; export declare function createSession(store: SessionStore): Promise;