import APIError from './APIError'; declare class NotFound extends APIError { constructor(); } export default NotFound;