import type { DragAndDropPluginManager, DragAndDropState } from './types.ts'; /** @inheritdoc */ export declare function createPluginManager(getState: () => DragAndDropState): DragAndDropPluginManager;