import * as standardValueSetData from './stdValueSetRegistry.json'; /** * The standardValueSet fullNames. * * 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 standardValueSet: Readonly;