import { Command } from 'commander';
export declare function validateOutputFormat(value: string): 'table' | 'json';
export declare function registerSessionCommands(program: Command): void;
//# sourceMappingURL=session.commands.d.ts.map