import { IUser } from "../../api/model"; export declare class ReadableUserSettings { static readonly FIELDS_DEFAULT: string[]; static readonly FIELDS_ALL: string[]; readonly Mode: string; readonly DistId: string; readonly DistMask: string; readonly ModeAccess: string; readonly Banner: string; readonly Language: string; readonly MasterAuthority: boolean; readonly Printer: string; readonly UserId: string; constructor(apiObject: IUser); }