import * as N3 from 'n3'; import Path from '../Paths/Path'; import { Relation } from './Util'; export default class Converter { static extractRelationPath(relation: Relation): Promise; static convertSHACLQuadsToPath(quads: Array): Path | null; } //# sourceMappingURL=Converter.d.ts.map