import { SerializableNamedNode, SerializableThing } from '@openhps/rdf'; import { IriString } from '@inrupt/solid-client'; import { Node } from '../tree'; export declare class EventStream extends SerializableThing { protected timestampPath: SerializableNamedNode; protected versionOfPath: SerializableNamedNode; view: Node; /** * Set the timestamp path * @param {IriString} path Timestamp path (predicate) */ setTimestampPath(path: IriString): void; /** * Set the version path * @param {IriString} path Version path (predicate) */ setVersionOfPath(path: IriString): void; } //# sourceMappingURL=EventStream.d.ts.map