export declare type EventContextBody = { date: Date | string; fromAddress: string; transactionHash?: string; blockNumber?: number; };