import type { YooEditor, YooptaPathIndex } from '../types'; export declare function moveBlock(editor: YooEditor, draggedBlockId: string, newPath: YooptaPathIndex): void; //# sourceMappingURL=moveBlock.d.ts.map