import * as _express from 'express';
import * as Promise from 'bluebird';
export declare const sbvrUtils: any;
export declare const SessionStore: any;
export declare const init: (app: _express.Application, config?: any) => Promise<any>;
