import type { PhotonAICommandRegistry } from '../photon-ai-registry'; /** Registers every read-only "question answering" Photon AI intent. */ export declare function registerInfoCommands(registry: PhotonAICommandRegistry): void; //# sourceMappingURL=info.commands.d.ts.map