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