import { Dialogs } from 'connectycube/types';
import { ClassValue } from 'clsx';
export declare function cn(...inputs: ClassValue[]): string;
export declare function createTempChat(id: string, name: string, type: 3 | 2, occupantsIds: number[], currentUserId: number, photo?: string, extensions?: {
    [key: string]: string;
}): Dialogs.Dialog;
