import LivedigitalSDKError from './LivedigitalSDKError'; declare class NeedJoinFirstError extends LivedigitalSDKError { static readonly DEFAULT_MESSAGE = "Peer must join the channel before performing this request"; constructor(msg?: string, errorCode?: string, meta?: Record); } export default NeedJoinFirstError;