import { Command } from 'commander';
import { OutputFormat } from '../handlers/base.handler';
export declare function validateOutputFormat(value: string): OutputFormat;
export declare function registerViewerCommands(program: Command): void;
//# sourceMappingURL=viewer.commands.d.ts.map