// the id of the root engine env from where all envs initialization is happened export const ENGINE_ROOT_ENVIRONMENT_ID = '__engine-root-env__'; // the id of the metadata provider env id. // the host for this env should be registered in root communication export const METADATA_PROVIDER_ENV_ID = '__metadata-provider-env__';