import type { HandlerError, HandlerSuccess, IUploader } from 'jodit/types'; export declare function processOldBrowserDrag(self: IUploader, cData: DataTransfer | null, handlerSuccess?: HandlerSuccess, handlerError?: HandlerError, onFinally?: () => void): void;