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