export declare class MasterSettingEntity { id: string; settingValue: object; constructor(partial: Partial); }