export declare class User { constructor(); getAvatar(): string; getName(): string; getSysID(): string; } //# sourceMappingURL=User.d.ts.map