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