import { type Telemetry } from "./telemetry"; export type CliContext = { cwd: string; argv: string[]; telemetry: Telemetry; verbose: boolean; }; export declare const context: CliContext; //# sourceMappingURL=context.d.ts.map