import type { JSONValue } from './jsonValue.types.js'; export type Metadata = { [k: string]: JSONValue; };