import { Document } from "@contentful/rich-text-types"; import type { Options } from "./types.js"; export declare const htmlStringToDocument: (htmlString: string, options?: Options) => Document;