import type { JsonValue } from "../json-format.js"; /** * */ export type OptionsMap = { readonly [extensionName: string]: JsonValue; };