export interface IAuthorizationCookie { sessionID: number; userID: any; expiry: Date; } //# sourceMappingURL=IAuthorizationCookie.d.ts.map