import { ConnectionStateUnion } from '@airgram-dev/core'; /** The connection state has changed */ export declare class UpdateConnectionStateBaseModel { _: 'updateConnectionState'; /** The new connection state */ state: ConnectionStateUnion; }