import type { VariableNode } from '@prezly/slate-types'; import type { SlateEditor } from '@udecode/plate-common'; export declare function updateVariable(editor: SlateEditor, attrs: Partial>): void;