import { Address } from '@terradharitri/sdk-core'; import { StakingEventsTopicsType } from './staking.types'; export declare class StakingEventsTopics { readonly eventName: string; readonly caller: Address; readonly epoch: number; readonly block: number; readonly timestamp: number; readonly farmingTokenID: string; constructor(rawTopics: string[]); toJSON(): StakingEventsTopicsType; }