declare type Namespace = { [key in T]: `${TBase}${key}`; }; export declare const RR: Namespace<"object" | "BlankNode" | "IRI" | "Literal" | "constant" | "parentTriplesMap" | "objectMap" | "class" | "termType" | "template" | "datatype" | "subject" | "subjectMap" | "predicateObjectMap" | "predicate" | "predicateMap" | "joinCondition" | "child" | "parent" | "language" | "graph" | "PredicateObjectMap" | "PredicateMap" | "ObjectMap" | "SubjectMap" | "Join" | "TriplesMap", "http://www.w3.org/ns/r2rml#">; export declare const RML: Namespace<"reference" | "logicalSource" | "source" | "referenceFormulation" | "iterator" | "languageMap" | "LogicalSource", "http://semweb.mmlab.be/ns/rml#">; export declare const FNO: Namespace<"executes", "http://w3id.org/function/ontology#">; export declare const FNML: Namespace<"functionValue" | "FunctionValue", "http://semweb.mmlab.be/ns/fnml#">; export declare const FNO_HTTPS: Namespace<"executes", "https://w3id.org/function/ontology#">; export declare const XSD: Namespace<"string" | "boolean" | "integer" | "double", "http://www.w3.org/2001/XMLSchema#">; export declare const RDF: Namespace<"datatype" | "type" | "first" | "rest" | "JSON", "http://www.w3.org/1999/02/22-rdf-syntax-ns#">; export declare const RDFS: Namespace<"subClassOf" | "label" | "range", "http://www.w3.org/2000/01/rdf-schema#">; export declare const OWL: Namespace<"Restriction" | "onProperty" | "allValuesFrom" | "Class" | "intersectionOf" | "someValuesFrom" | "ObjectProperty", "http://www.w3.org/2002/07/owl#">; export declare const SHACL: Namespace<"targetClass" | "targetNode", "http://www.w3.org/ns/shacl#">; export declare const GREL: Namespace<"any_false" | "any_true" | "array_get" | "array_join" | "array_length" | "array_product" | "array_sum" | "bool_b" | "boolean_and" | "boolean_not" | "boolean_or" | "controls_if" | "date_inc" | "date_now" | "math_ceil" | "math_max" | "math_min" | "p_any_e" | "p_array_a" | "p_date_d" | "p_dec_n" | "p_string_find" | "p_string_replace" | "p_string_sep" | "p_string_unit" | "param_int_i_from" | "param_int_i_opt_to" | "param_n2" | "param_rep_b" | "string_contains" | "string_endsWith" | "string_length" | "string_match" | "string_replace" | "string_split" | "string_sub" | "string_toNumber" | "string_toString" | "toUpperCase" | "valueParameter" | "valueParameter2", "http://users.ugent.be/~bjdmeest/function/grel.ttl#">; export declare const IDLAB: Namespace<"equal" | "notEqual" | "getMIMEType" | "str" | "otherStr" | "isNull" | "random" | "concat" | "delimiter" | "listContainsElement" | "list" | "trueCondition" | "strBoolean", "https://w3id.org/imec/idlab/function#">; export declare const QL: Namespace<"JSONPath" | "XPath" | "CSV", "http://semweb.mmlab.be/ns/ql#">; export {};