import type { LexicalCommand } from 'lexical'; import type { PluginComponent } from '../../../typesClient.js'; import type { UploadData } from '../../server/nodes/UploadNode.js'; import type { UploadFeaturePropsClient } from '../index.js'; export type InsertUploadPayload = Readonly & Partial>>; declare global { interface DragEvent { rangeOffset?: number; rangeParent?: Node; } } export declare const INSERT_UPLOAD_COMMAND: LexicalCommand; export declare const UploadPlugin: PluginComponent; //# sourceMappingURL=index.d.ts.map