import type { UseEtherbaseEventsProps, UseEtherbaseEventsReturn } from "./types/events";
export default function useEtherbaseEvents({ contractAddress, events, onEvent, }: UseEtherbaseEventsProps): UseEtherbaseEventsReturn;
