import type { DragDropManager, SentinelAction } from '../../interfaces.js'; export declare function createPublishDragSource(manager: DragDropManager): () => SentinelAction | undefined;