import { Command } from 'commander'; import type { CliContext } from '../types'; export declare function registerInteractionCommands(program: Command, context: CliContext): void; //# sourceMappingURL=interaction.d.ts.map