@salesforce/core
    Preparing search index...

    Variable MetadataRegistrySchemaConst

    MetadataRegistrySchema: ZodObject<
        {
            childTypes: ZodRecord<ZodString, ZodString>;
            strictDirectoryNames: ZodRecord<ZodString, ZodString>;
            suffixes: ZodRecord<ZodString, ZodString>;
            types: ZodType<
                {
                    [typeId: string]: {
                        aliasFor?: string;
                        children?: {
                            directories?: Record<string, string>;
                            suffixes: SuffixIndex;
                            types: TypeIndex;
                        };
                        directoryName: string;
                        folderContentType?: string;
                        folderType?: string;
                        id: string;
                        ignoreParsedFullName?: boolean;
                        isAddressable?: boolean;
                        name: string;
                        strategies?: {
                            adapter: | "default"
                            | "mixedContent"
                            | "matchingContentFile"
                            | "decomposed"
                            | "bundle";
                            decomposition?: "topLevel"
                            | "folderPerType";
                            transformer?: "standard" | "decomposed" | "staticResource";
                        };
                        strictDirectoryName?: boolean;
                        suffix?: string;
                        supportsPartialDelete?: boolean;
                        supportsWildcardAndName?: boolean;
                        unaddressableWithoutParent?: boolean;
                        uniqueIdElement?: string;
                        xmlElementName?: string;
                    };
                },
                unknown,
                $ZodTypeInternals<
                    {
                        [typeId: string]: {
                            aliasFor?: string;
                            children?: {
                                directories?: Record<string, string>;
                                suffixes: SuffixIndex;
                                types: TypeIndex;
                            };
                            directoryName: string;
                            folderContentType?: string;
                            folderType?: string;
                            id: string;
                            ignoreParsedFullName?: boolean;
                            isAddressable?: boolean;
                            name: string;
                            strategies?: {
                                adapter: | "default"
                                | "mixedContent"
                                | "matchingContentFile"
                                | "decomposed"
                                | "bundle";
                                decomposition?: "topLevel"
                                | "folderPerType";
                                transformer?: "standard" | "decomposed" | "staticResource";
                            };
                            strictDirectoryName?: boolean;
                            suffix?: string;
                            supportsPartialDelete?: boolean;
                            supportsWildcardAndName?: boolean;
                            unaddressableWithoutParent?: boolean;
                            uniqueIdElement?: string;
                            xmlElementName?: string;
                        };
                    },
                    unknown,
                >,
            >;
        },
        $strip,
    > = ...