export declare class MasterSettingUpdateDto { tenantCode?: string; name?: string; attributes?: object; }