import type { DBValue } from "@ngageoint/geopackage/dist/lib/db/dbAdapter.js"; import type * as RDF from "@rdfjs/types"; /** Generate an RDF Literal from a value */ export declare function valueToTerm(value: DBValue, includeBinaryValue: boolean, factory: RDF.DataFactory): RDF.Quad_Object | undefined;