export interface StreamResult { id: string; changeVector: string; metadata: object; document: T; } //# sourceMappingURL=StreamResult.d.ts.map