export declare class AdminSettingsUpdateModel { id: string; teamId: string; isDelete: boolean; isAdded: boolean; name: string; oldTeamId: string; }