import type { GetContent } from 'roosterjs-editor-types'; /** * @internal * Get current editor content as HTML string * @param core The EditorCore object * @param mode specify what kind of HTML content to retrieve * @returns HTML string representing current editor content */ export declare const getContent: GetContent;