/**
 * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md.
 */
import type { EditorConfig } from 'ckeditor5';
/**
 * Appends all integration plugins to the editor configuration.
 *
 * @param editorConfig The editor configuration.
 * @returns The editor configuration with all integration plugins appended.
 */
export declare function appendAllIntegrationPluginsToConfig(editorConfig: EditorConfig): EditorConfig;
