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