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