import { Link, BlockView } from 'multiformats'; export { BlockFetcher } from '../api.js'; export type EventLink = Link>; export interface EventView { parents: Array>; data: T; } export interface EventBlockView extends BlockView> { } //# sourceMappingURL=api.d.ts.map