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