import { StructType } from '@terradharitri/sdk-core'; import { DcdtTokenPayment } from '../dcdt-token-payment/dcdt.token.payment'; import { WrappedLpTokenAttributesTypeV2 } from './proxy.token.types'; export declare class WrappedLpTokenAttributesV2 { lpTokenID: string; lpTokenAmount: string; lockedTokens: DcdtTokenPayment; constructor(init: WrappedLpTokenAttributesTypeV2); toJSON(): WrappedLpTokenAttributesTypeV2; static fromAttributes(attributes: string): WrappedLpTokenAttributesV2; static fromDecodedAttributes(decodedAttributes: any): WrappedLpTokenAttributesV2; static getStructure(): StructType; }