import type { EditorCommands, IMediaPluginService, IMessage, IUpdateService, UploadedData } from 'ricos-types'; export declare class UpdateService implements IUpdateService { EditorCommands: EditorCommands; setEditorCommands(editorCommands: EditorCommands): void; updatePluginData(uploadedData: UploadedData, nodeId: string, type: string, mediaPluginService: IMediaPluginService, fileState?: Record): void; updateLoadingState(url: unknown, file: File, nodeId: string, type: string, mediaPluginService: IMediaPluginService, fileState?: Record): Record | undefined; updateErrorState(error: IMessage, nodeId: string, type: string, mediaPluginService: IMediaPluginService, fileState?: Record): void; } //# sourceMappingURL=UpdateService.d.ts.map