MetadataRegistrySchema: ZodObject<{
    childTypes: ZodRecord<ZodString, ZodString>;
    strictDirectoryNames: ZodRecord<ZodString, ZodString>;
    suffixes: ZodRecord<ZodString, ZodString>;
    types: ZodType<{
        [typeId: string]: z.infer<typeof TypeInfoSchema>;
    }, unknown, $ZodTypeInternals<{
        [typeId: string]: z.infer<typeof TypeInfoSchema>;
    }, unknown>>;
}, $strip> = ...