import { EditorState } from 'draft-js'; export declare const editorStateToFirstParagraph: (editorState: EditorState) => string; export declare const editorStateToMetaDescription: (editorState: EditorState) => string; //# sourceMappingURL=transformers.d.ts.map