import { NamedNode } from 'lincd/models';
/**
 * Load the data of this ontology into memory, thus adding the properties of the entities of this ontology to the local graph.
 */
export declare var loadData: () => Promise<import("lincd-jsonld/utils/JSONLD").JSONLDParseResult>;
/**
 * The namespace of this ontology, which can be used to create NamedNodes with URI's not listed in this file
 */
export declare var ns: (term: any) => NamedNode;
/**
 * The NamedNode of the ontology itself
 */
export declare var _self: NamedNode;
export declare var ProfilePicture: NamedNode;
export declare var ProfilePictureSet: NamedNode;
export declare var image: NamedNode;
export declare var crop: NamedNode;
export declare var hasProfilePicture: NamedNode;
export declare var hasProfilePicture2: NamedNode;
export declare var hasProfilePicture3: NamedNode;
export declare var hasProfilePicture4: NamedNode;
export declare var hasProfilePicture5: NamedNode;
export declare var hasProfilePicture6: NamedNode;
export declare var hasProfilePictures: NamedNode;
export declare var profileSetupCompleted: NamedNode;
export declare const profilePics: {
    ProfilePicture: NamedNode;
    ProfilePictureSet: NamedNode;
    image: NamedNode;
    crop: NamedNode;
    hasProfilePicture: NamedNode;
    hasProfilePicture2: NamedNode;
    hasProfilePicture3: NamedNode;
    hasProfilePicture4: NamedNode;
    hasProfilePicture5: NamedNode;
    hasProfilePicture6: NamedNode;
    hasProfilePictures: NamedNode;
    profileSetupCompleted: NamedNode;
};
