import { ValueType } from './ValueType.js'; export type ValueTypeMap = { readonly [key: string]: ValueType; };