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