import { Command } from 'commander';
export interface MonitorOptions {
    refresh?: string;
    layout?: string;
    theme?: string;
    config?: string;
    output?: string;
    verbose?: boolean;
    debug?: boolean;
}
export declare function registerMonitorCommands(program: Command): void;
//# sourceMappingURL=monitor.commands.d.ts.map