/// export default function (jobWorker: any): { message(roomId: number, from: string, message: string, notify: import("v8").DoesZapCodeSpaceFlag, callback?: any): void; roomInfo(roomId: number, callback?: any): void; } | null;