import LivedigitalSDKError from './LivedigitalSDKError'; declare class NotFoundError extends LivedigitalSDKError { static readonly DEFAULT_MESSAGE = "Requested resource was not found"; constructor(msg?: string, errorCode?: string, meta?: Record); } export default NotFoundError;