import { NamedNode, LiveStore } from 'rdflib'; import { Attribution, LinkAttribution } from '../types'; /** * Constructs an attribution object for the node the subject is attributed to. */ export declare function readAttribution(subject: NamedNode, store: LiveStore): Attribution; /** * Fetches the given attribution uri and returns an updated attribution with data from the fetched resource */ export declare function fetchAttribution(attribution: LinkAttribution, store: LiveStore): Promise; //# sourceMappingURL=attribution.d.ts.map