import type { YooEditor, YooptaBlockData } from '../types';
export declare function updateBlock(editor: YooEditor, blockId: string, newData: Omit<Partial<YooptaBlockData>, 'id' | 'type'>): void;
//# sourceMappingURL=updateBlock.d.ts.map