···11import { describe, expect, it, vi } from 'vitest';
22-import { type CurrentWeather, type Options } from 'openweather-api-node';
22+import { type Options } from 'openweather-api-node';
33import { Sequencer } from '../src/sequencer.js';
44-import type { Config } from '../src/index.js';
5465const dummyWeather: Options = { key: 'dummy' };
76