export declare const marcosData3: {
    _comment: string;
    header: {
        languages: string[];
        baseIris: string[];
        title: {
            undefined: string;
        };
        iri: string;
        version: string;
        author: string[];
        description: {
            undefined: string;
        };
        labels: {
            en: string;
        };
        other: {
            licence: {
                identifier: string;
                language: string;
                value: string;
                type: string;
            }[];
            creator: {
                identifier: string;
                language: string;
                value: string;
                type: string;
            }[];
            versionInfo: {
                identifier: string;
                language: string;
                value: string;
                type: string;
            }[];
            title: {
                identifier: string;
                language: string;
                value: string;
                type: string;
            }[];
            issued: {
                identifier: string;
                language: string;
                value: string;
                type: string;
            }[];
            seeAlso: {
                identifier: string;
                language: string;
                value: string;
                type: string;
            }[];
            homepage: {
                identifier: string;
                language: string;
                value: string;
                type: string;
            }[];
            depiction: {
                identifier: string;
                language: string;
                value: string;
                type: string;
            }[];
        };
    };
    namespace: never[];
    metrics: {
        classCount: number;
        objectPropertyCount: number;
        datatypePropertyCount: number;
        individualCount: number;
    };
    class: {
        id: string;
        type: string;
    }[];
    classAttribute: ({
        iri: string;
        baseIri: string;
        instances: number;
        annotations: {
            isDefinedBy: {
                identifier: string;
                language: string;
                value: string;
                type: string;
            }[];
            versionInfo: {
                identifier: string;
                language: string;
                value: string;
                type: string;
            }[];
        };
        label: {
            text: string;
            en: string;
            undefined?: undefined;
        };
        category: number;
        subClasses: string[];
        comment: {
            en: string;
        };
        id: string;
        superClasses: string[];
        attributes?: undefined;
    } | {
        iri: string;
        baseIri: string;
        instances: number;
        label: {
            text: string;
            en?: undefined;
            undefined?: undefined;
        };
        subClasses: string[];
        attributes: string[];
        id: string;
        annotations?: undefined;
        category?: undefined;
        comment?: undefined;
        superClasses?: undefined;
    } | {
        iri: string;
        baseIri: string;
        id: string;
        label: {
            text: string;
            en?: undefined;
            undefined?: undefined;
        };
        instances?: undefined;
        annotations?: undefined;
        category?: undefined;
        subClasses?: undefined;
        comment?: undefined;
        superClasses?: undefined;
        attributes?: undefined;
    } | {
        iri: string;
        baseIri: string;
        id: string;
        label: {
            undefined: string;
            text?: undefined;
            en?: undefined;
        };
        instances?: undefined;
        annotations?: undefined;
        category?: undefined;
        subClasses?: undefined;
        comment?: undefined;
        superClasses?: undefined;
        attributes?: undefined;
    } | {
        iri: string;
        id: string;
        label: {
            text: string;
            undefined: string;
            en?: undefined;
        };
        baseIri?: undefined;
        instances?: undefined;
        annotations?: undefined;
        category?: undefined;
        subClasses?: undefined;
        comment?: undefined;
        superClasses?: undefined;
        attributes?: undefined;
    } | {
        iri: string;
        baseIri: string;
        instances: number;
        annotations: {
            isDefinedBy: {
                identifier: string;
                language: string;
                value: string;
                type: string;
            }[];
            versionInfo?: undefined;
        };
        label: {
            text: string;
            en: string;
            undefined?: undefined;
        };
        comment: {
            en: string;
        };
        id: string;
        superClasses: string[];
        category?: undefined;
        subClasses?: undefined;
        attributes?: undefined;
    } | {
        iri: string;
        baseIri: string;
        id: string;
        label: {
            text: string;
            undefined: string;
            en?: undefined;
        };
        instances?: undefined;
        annotations?: undefined;
        category?: undefined;
        subClasses?: undefined;
        comment?: undefined;
        superClasses?: undefined;
        attributes?: undefined;
    } | {
        iri: string;
        baseIri: string;
        instances: number;
        annotations: {
            isDefinedBy: {
                identifier: string;
                language: string;
                value: string;
                type: string;
            }[];
            versionInfo: {
                identifier: string;
                language: string;
                value: string;
                type: string;
            }[];
        };
        label: {
            text: string;
            en: string;
            undefined?: undefined;
        };
        comment: {
            en: string;
        };
        id: string;
        superClasses: string[];
        category?: undefined;
        subClasses?: undefined;
        attributes?: undefined;
    } | {
        iri: string;
        baseIri: string;
        instances: number;
        label: {
            text: string;
            en?: undefined;
            undefined?: undefined;
        };
        attributes: string[];
        id: string;
        annotations?: undefined;
        category?: undefined;
        subClasses?: undefined;
        comment?: undefined;
        superClasses?: undefined;
    } | {
        iri: string;
        baseIri: string;
        instances: number;
        annotations: {
            isDefinedBy: {
                identifier: string;
                language: string;
                value: string;
                type: string;
            }[];
            versionInfo?: undefined;
        };
        label: {
            text: string;
            en: string;
            undefined?: undefined;
        };
        category: number;
        subClasses: string[];
        comment: {
            en: string;
        };
        id: string;
        superClasses: string[];
        attributes?: undefined;
    })[];
    property: {
        id: string;
        type: string;
    }[];
    propertyAttribute: ({
        iri: string;
        baseIri: string;
        range: string;
        annotations: {
            isDefinedBy: {
                identifier: string;
                language: string;
                value: string;
                type: string;
            }[];
            versionInfo?: undefined;
        };
        label: {
            text: string;
            en: string;
        };
        superproperty: string[];
        domain: string;
        comment: {
            en: string;
        };
        attributes: string[];
        id: string;
        inverse?: undefined;
        subproperty?: undefined;
        category?: undefined;
    } | {
        iri: string;
        baseIri: string;
        range: string;
        label: {
            text: string;
            en?: undefined;
        };
        domain: string;
        attributes: string[];
        id: string;
        annotations?: undefined;
        superproperty?: undefined;
        comment?: undefined;
        inverse?: undefined;
        subproperty?: undefined;
        category?: undefined;
    } | {
        iri: string;
        inverse: string;
        baseIri: string;
        range: string;
        annotations: {
            isDefinedBy: {
                identifier: string;
                language: string;
                value: string;
                type: string;
            }[];
            versionInfo?: undefined;
        };
        label: {
            text: string;
            en: string;
        };
        superproperty: string[];
        domain: string;
        comment: {
            en: string;
        };
        attributes: string[];
        id: string;
        subproperty?: undefined;
        category?: undefined;
    } | {
        iri: string;
        inverse: string;
        baseIri: string;
        range: string;
        annotations: {
            isDefinedBy: {
                identifier: string;
                language: string;
                value: string;
                type: string;
            }[];
            versionInfo: {
                identifier: string;
                language: string;
                value: string;
                type: string;
            }[];
        };
        label: {
            text: string;
            en: string;
        };
        domain: string;
        comment: {
            en: string;
        };
        attributes: string[];
        id: string;
        superproperty?: undefined;
        subproperty?: undefined;
        category?: undefined;
    } | {
        range: string;
        domain: string;
        attributes: string[];
        id: string;
        iri?: undefined;
        baseIri?: undefined;
        annotations?: undefined;
        label?: undefined;
        superproperty?: undefined;
        comment?: undefined;
        inverse?: undefined;
        subproperty?: undefined;
        category?: undefined;
    } | {
        iri: string;
        inverse: string;
        baseIri: string;
        range: string;
        annotations: {
            isDefinedBy: {
                identifier: string;
                language: string;
                value: string;
                type: string;
            }[];
            versionInfo?: undefined;
        };
        label: {
            text: string;
            en: string;
        };
        domain: string;
        comment: {
            en: string;
        };
        attributes: string[];
        id: string;
        superproperty?: undefined;
        subproperty?: undefined;
        category?: undefined;
    } | {
        iri: string;
        baseIri: string;
        range: string;
        label: {
            text: string;
            en?: undefined;
        };
        domain: string;
        subproperty: string[];
        attributes: string[];
        id: string;
        annotations?: undefined;
        superproperty?: undefined;
        comment?: undefined;
        inverse?: undefined;
        category?: undefined;
    } | {
        iri: string;
        baseIri: string;
        range: string;
        annotations: {
            isDefinedBy: {
                identifier: string;
                language: string;
                value: string;
                type: string;
            }[];
            versionInfo?: undefined;
        };
        label: {
            text: string;
            en: string;
        };
        domain: string;
        comment: {
            en: string;
        };
        attributes: string[];
        id: string;
        superproperty?: undefined;
        inverse?: undefined;
        subproperty?: undefined;
        category?: undefined;
    } | {
        iri: string;
        baseIri: string;
        range: string;
        annotations: {
            isDefinedBy: {
                identifier: string;
                language: string;
                value: string;
                type: string;
            }[];
            versionInfo: {
                identifier: string;
                language: string;
                value: string;
                type: string;
            }[];
        };
        label: {
            text: string;
            en: string;
        };
        domain: string;
        comment: {
            en: string;
        };
        attributes: string[];
        id: string;
        superproperty?: undefined;
        inverse?: undefined;
        subproperty?: undefined;
        category?: undefined;
    } | {
        iri: string;
        baseIri: string;
        range: string;
        annotations: {
            isDefinedBy: {
                identifier: string;
                language: string;
                value: string;
                type: string;
            }[];
            versionInfo?: undefined;
        };
        label: {
            text: string;
            en: string;
        };
        category: number;
        domain: string;
        subproperty: string[];
        comment: {
            en: string;
        };
        attributes: string[];
        id: string;
        superproperty?: undefined;
        inverse?: undefined;
    })[];
};
