import { UnstakePairType } from '../../attributes-decoder/token-unstake/unstake.pair.type'; import { RawEventType } from '../generic.types'; export declare type UnlockedTokensTopicsType = { eventName: string; caller: string; block: number; epoch: number; timestamp: number; }; export declare type UserUnlockedTokensType = RawEventType & { unstakeTokens: UnstakePairType[]; };