import type { mapEntries } from 'radashi'; type TObjectKeyCaseConverter = (string: string) => string; type TObject = Readonly>; type TToEntry = Parameters>[1]; export type { TObject, TObjectKeyCaseConverter, TToEntry };