MetadataRegistry: {
    childTypes: {
        [childTypeId: string]: string;
    };
    strictDirectoryNames: {
        [directoryName: string]: string;
    };
    suffixes: SuffixIndex;
    types: TypeIndex;
}

A database of metadata types and configuration to define component behavior when performing library operations.