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