import type { Document } from '@contentful/rich-text-types'; /** * Converts plain text to a Rich Text document. Paragraph breaks: `\n\n` first; otherwise `\n`. * Inline Markdown markers within each paragraph are interpreted (same as `markdownToRtf` inline rules). */ export declare function plainTextToRtf(text: string): Document; //# sourceMappingURL=fromPlainText.d.ts.map