import { Logs } from "../models/Logs"; export declare class Utility { static checkAndSendLogs(log: Logs): Promise; static getTopicForRoomIdAndIp(roomId: String, ipAddress: string): string; static sendVaniError: (error: any) => Promise; }