import { Context } from "../context";
export declare function joinRoom(ctx: Context, rooms: string | string[], sockets: string | string[]): void;
