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