import { Quad as n3Quad } from'n3';
export declareclassQuadextendsn3Quad{
/**
* An extra attribute that defines if a certain Quad is an addition or deletion.
* isAddition = true => The quad is an addition.
* isAddition = false => The quad is a deletion.
*/
isAddition?: boolean;
}