import { type UnSubscriber } from "../handlers/mod.js"; import type { User } from "../../gen/types/mod.js"; export declare class UserDetails { user: User; constructor(user: User); static getAsync(): Promise; static onChange(cb: (payload: UserDetails) => void): Promise; } //# sourceMappingURL=user.d.ts.map