import { Command } from 'commander';
export declare function validateOutputFormat(value: string): 'table' | 'json';
export declare function parsePositiveInteger(value: string): number;
export declare function validateYn(value: string): 'Y' | 'N';
export declare function registerInteractionCommands(program: Command): void;
//# sourceMappingURL=interaction.commands.d.ts.map