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