export interface IAuthUser { authSerialize(): { [key: string]: any; } & { namespace?: string; }; } //# sourceMappingURL=auth.user.d.ts.map