export interface AuthUser { id: string; email?: string; roles?: ReadonlyArray; } //# sourceMappingURL=auth-user.d.ts.map