import type {EnumLike} from './enum-like.js'; export type EnumDefinition = { readonly [F in K]: V; };