import type { Command } from 'commander'; import { type OutputFormat } from '../output/formatter'; import type { CliContext } from '../types'; export declare function resolveCommandUser(options: any): string; export declare function requireTabId(tabId: string | undefined, options: any): string; export declare function parsePort(value: string): number; export declare function parseFormat(value: string | undefined): OutputFormat | undefined; export declare function printWithOptionalFormat(context: CliContext, command: Command, formatOption: string | undefined, data: unknown): void; //# sourceMappingURL=command-helpers.d.ts.map