import type { Document } from '@contentful/rich-text-types'; import type { RtfInputFormat } from './types.js'; /** * Converts a string in the given format to a Contentful Rich Text document. */ export declare function stringToRtfDocument(input: string, format: RtfInputFormat): Document; //# sourceMappingURL=convertToRtf.d.ts.map