import { IPQUser } from "../interface/IPQUser.js"; import { PQLanguageType, PQSexType } from "./PQConst.js"; export declare class PQUser implements IPQUser { nickName: string; avatarUrl: string; gender: PQSexType; country: string; province: string; city: string; language: PQLanguageType; constructor(); } //# sourceMappingURL=PQUser.d.ts.map