import { Builder } from '@traqula/core'; export declare const objectListBuilder: Builder<"string" | "object" | "var" | "rdfLiteral" | "iri" | "numericLiteral" | "numericLiteralUnsigned" | "numericLiteralPositive" | "numericLiteralNegative" | "booleanLiteral" | "prefixedName" | "blankNode" | "VerbA" | "propertyListNotEmpty" | "varOrTerm" | "triplesNode" | "objectList" | "graphNode" | "collection" | "blankNodePropertyList" | "verb" | "varOrIri" | "graphTerm", { string: import("@traqula/core").RuleDef<"string", string>; object: import("@traqula/core").RuleDef<"object", import("@traqula/rules-sparql-1-1").TripleCreatorSP[]>; var: import("@traqula/core").RuleDef<"var", import("@rdfjs/types").Variable>; rdfLiteral: import("@traqula/core").RuleDef<"rdfLiteral", import("@rdfjs/types").Literal>; iri: import("@traqula/core").RuleDef<"iri", import("@traqula/rules-sparql-1-1").IriTerm>; numericLiteral: import("@traqula/core").RuleDef<"numericLiteral", import("@rdfjs/types").Literal>; numericLiteralUnsigned: import("@traqula/core").RuleDef<"numericLiteralUnsigned", import("@rdfjs/types").Literal>; numericLiteralPositive: import("@traqula/core").RuleDef<"numericLiteralPositive", import("@rdfjs/types").Literal>; numericLiteralNegative: import("@traqula/core").RuleDef<"numericLiteralNegative", import("@rdfjs/types").Literal>; booleanLiteral: import("@traqula/core").RuleDef<"booleanLiteral", import("@rdfjs/types").Literal>; prefixedName: import("@traqula/core").RuleDef<"prefixedName", import("@traqula/rules-sparql-1-1").IriTerm>; blankNode: import("@traqula/core").RuleDef<"blankNode", import("@rdfjs/types").BlankNode>; VerbA: import("@traqula/core").RuleDef<"VerbA", import("@traqula/rules-sparql-1-1").VerbA>; propertyListNotEmpty: import("@traqula/core").RuleDef<"propertyListNotEmpty", import("@traqula/rules-sparql-1-1").TripleCreatorS[]>; varOrTerm: import("@traqula/core").RuleDef<"varOrTerm", import("@traqula/rules-sparql-1-1").Term>; triplesNode: import("@traqula/core").RuleDef<"triplesNode", import("@traqula/rules-sparql-1-1").ITriplesNode>; objectList: import("@traqula/core").RuleDef<"objectList", import("@traqula/rules-sparql-1-1").TripleCreatorSP[]>; graphNode: import("@traqula/core").RuleDef<"graphNode", import("@traqula/rules-sparql-1-1").IGraphNode>; collection: import("@traqula/core").RuleDef<"collection", import("@traqula/rules-sparql-1-1").ITriplesNode>; blankNodePropertyList: import("@traqula/core").RuleDef<"blankNodePropertyList", import("@traqula/rules-sparql-1-1").ITriplesNode>; verb: import("@traqula/core").RuleDef<"verb", import("@rdfjs/types").Variable | import("@traqula/rules-sparql-1-1").IriTerm>; varOrIri: import("@traqula/core").RuleDef<"varOrIri", import("@rdfjs/types").Variable | import("@traqula/rules-sparql-1-1").IriTerm>; graphTerm: import("@traqula/core").RuleDef<"graphTerm", import("@traqula/rules-sparql-1-1").GraphTerm>; }>;