import type { Command } from 'commander'; export declare function isJsonOutputRequested(options: { json?: boolean; } | undefined, command: Command): boolean; export declare function resolveEnvironmentOption(options: { env?: string; environment?: string; }): string | undefined;