import { type VariableNode } from '@prezly/slate-types'; export declare function createVariableNode(key: VariableNode['key']): VariableNode;