import { RichText } from "../types";
declare const toPlainText: (rich_text: RichText[]) => string;
export default toPlainText;
