import { BasicGroup } from '@airgram-dev/core'; /** * Some data of a basic group has changed. This update is guaranteed to come before * the basic group identifier is returned to the client */ export declare class UpdateBasicGroupBaseModel { _: 'updateBasicGroup'; /** New data about the group */ basicGroup: BasicGroup; }