/**
 * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * @module select-all
 */
export { default as SelectAll } from './selectall.js';
export { default as SelectAllEditing } from './selectallediting.js';
export { default as SelectAllUI } from './selectallui.js';
export type { default as SelectAllCommand } from './selectallcommand.js';
import './augmentation.js';
