import { ISubscriberJwt } from '@novu/shared'; export interface ISession { token: string; profile: ISubscriberJwt; } //# sourceMappingURL=types.d.ts.map