import { EditorRelaxedConfig } from '../types/EditorRelaxedConfig.js';
/**
 * Retrieves the initial data from the editor configuration object, depending on the loaded CKEditor version.
 */
export declare function getInitialDataFromEditorConfig(config: EditorRelaxedConfig): string | undefined;
