export interface ISession {
    create(data: any): any;
}
