import { Block, Inline, Text, TopLevelBlock } from "@contentful/rich-text-types";
import type { OptionsWithDefaults } from "./types.js";
export declare const processConvertedNodesFromTopLevel: (node: Block | Inline | Text, options: OptionsWithDefaults) => TopLevelBlock | null;
