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