export declare const awarenessStatesToArray: (states: Map<number, Record<string, any>>) => {
    clientId: number;
}[];
