import { R as ResolveConfigOptions, a as InstallStatus } from './config-FrDqSkD0.js'; /** * Inspect the current install state of @agenticmail/codex. * * Used by: * - `agenticmail codex --status` (prints a detailed report) * - tests * * Forgiving: anything that can't be checked (e.g. API down) is recorded * as a note rather than a thrown error. The point of `status` is to help * the user fix whatever's wrong, not to surface stack traces. */ declare function status(opts?: ResolveConfigOptions): Promise; export { status };