import { Session } from '../Session'; export declare class Factory { create(): Session; }