import LivedigitalSDKError from './LivedigitalSDKError'; declare class UnauthorizedError extends LivedigitalSDKError { static readonly DEFAULT_MESSAGE = "Unauthorized"; constructor(msg?: string, errorCode?: string, meta?: Record); } export default UnauthorizedError;