Fix import statements throughout codebase: ``` // Old import SentryCli, {SentryCliReleases} from '@sentry/cli'; // New import { SentryCli } from '@sentry/cli'; ``` * Update `src/cli.ts` and any other files using imports * Remove usage of `SentryCliReleases` type if present GitHub: [https://github.com/getsentry/sentry-cli/issues/3112](<https://github.com/getsentry/sentry-cli/issues/3112>)