import { Context } from "../context";
export declare function toRoom(ctx: Context, room: string): void;
