import { type VariableNode } from '@prezly/slate-types'; export declare function parseSerializedElement(serialized: string): VariableNode | undefined;