import { ChatRoomReadyType, ChatRoomType } from '../redux/types/ChatType'; export declare const isRoomExisting: (chats: ChatRoomType[], participantIds: string[]) => boolean; export declare const getChatRoomIdxByName: (chatRooms: ChatRoomType[], roomName: string) => number; export declare const getChatRoomByName: (chatRooms: ChatRoomType[], roomName: string) => ChatRoomReadyType | null; //# sourceMappingURL=room.d.ts.map