/**
 * This class contains assertions for the mocked ontologies
 * so that the behave as the lib's ontology handling in production.
 */
export declare class MockOntologyAssertions {
    static resourcePropertyIndexesAnythingThing: string[];
    static systemPropertyIndexesAnythingThing: string[];
    static propertyIndexesAnythingThing: string[];
}
