/**
 * A permission belonging to a project.
 *
 * @category Model Admin
 */
export declare class ProjectPermission {
    /**
     * The Iri of the permission.
     */
    id: string;
    /**
     * The type of the permission.
     */
    permissionType: string;
}
