import type { VariableNode } from '@prezly/slate-types'; import type { SlateEditor } from '@udecode/plate-common'; export declare function removeVariable(editor: SlateEditor): VariableNode | null;