import { Document } from "@mongez/monpulse"; import { Auth } from "./auth"; export declare class Guest extends Auth { /** * {@inheritDoc} */ static collection: string; /** * Set the user type key * If set to empty string, then it will ignored */ protected userTypeKey: string; /** * Get user type */ get userType(): string; /** * {@inheritDoc} */ get embeddedData(): Document; /** * {@inheritDoc} */ toJSON(): Promise; } //# sourceMappingURL=guest.d.ts.map