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