/** @type {Map} */ export const registry: Map; /** @type {Map} */ export const configs: Map; /** @type {string[]} */ export const selectors: string[]; /** @type {string[]} */ export const prefixes: string[]; export const interpreter: Map;