import { JoinOptions } from '../types';
export declare function joinRoom(roomId: string, options: JoinOptions): Promise<void>;
