// Source: ~/claudecode/openclaudecode/src/hooks/useAfterFirstRender.ts
use process;
use Instant;
use crateis_env_truthy;
/// Runs exit logic after first render if environment variables indicate.
///
/// Translation of the React `useEffect` with empty dependency array.
/// In Rust this is a plain initialization function.