import { DcdtTokenPaymentType } from '../dcdt-token-payment'; export declare type UnstakePairType = { unlockEpoch: number; lockedTokens: DcdtTokenPaymentType; unlockedTokens: DcdtTokenPaymentType; };