import Node from './node-internal'; import { DefaultGraphTermType } from './types'; import { DefaultGraph as TFDefaultGraph } from './tf-types'; /** The RDF default graph */ export default class DefaultGraph extends Node implements TFDefaultGraph { termType: typeof DefaultGraphTermType; constructor(); toCanonical(): string; }