import type { PhotonAICommandRegistry } from '../photon-ai-registry'; /** Registers all column-reordering Photon AI intents. */ export declare function registerMoveCommands(registry: PhotonAICommandRegistry): void; //# sourceMappingURL=move.commands.d.ts.map