import type { EventName } from 'chokidar/handler';

export type HotReloadEvent = EventName;
