import { MetadataRegistry } from './types'; /** * The default metadata registry. * * The static import of json file should never be changed, * other read methods might make esbuild fail to bundle the json file */ export declare const registry: Readonly;