import type { _ColumnMoveApi } from '../api/gridApi';
import type { _ModuleWithApi } from '../interfaces/iModule';
/**
 * @feature Columns -> Column Moving
 * @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time.
 */
export declare const ColumnMoveModule: _ModuleWithApi<_ColumnMoveApi>;
