import type { TFunction } from '@payloadcms/translations';
import APIError from './APIError.js';
declare class ErrorDeletingFile extends APIError {
    constructor(t?: TFunction);
}
export default ErrorDeletingFile;
//# sourceMappingURL=ErrorDeletingFile.d.ts.map