/** * Converts a Contentful Rich Text Document to a Markdown string for display. * This is used by the `read` command to display rich text fields. */ export declare function rtfToMarkdown(doc: unknown): string; //# sourceMappingURL=toMarkdown.d.ts.map