import type { Node } from 'slate'; export declare function encodeSlateFragment(fragment: Node[]): string;