import { GetRoomTokenParams } from './types'; export declare const getRoomToken: ({ user, room, isModerator }: GetRoomTokenParams) => Promise;