export declare const removeEmptyLinesFromTextAndConvertIntoParagraph: (text: string) => { type: string; children: { text: string; }[]; }[];