export interface DefaultSession { expiredAt: number; id: string; json: string; } //# sourceMappingURL=DefaultSession.d.ts.map