import { IAuthUser, IUser, IUserWithEmail } from '../schemas/user'; export declare function isUserWithEmail(user: IUser): user is IUserWithEmail; export declare function isAuthUser(user: IUser): user is IAuthUser; export declare function isAnonymousUser(user: Pick): boolean; //# sourceMappingURL=user.d.ts.map