import { StructType } from '@terradharitri/sdk-core'; import { FarmTokenAttributesV1_3 } from '../../../attributes-decoder'; import { RawEventType } from '../../generic.types'; import { BaseFarmEvent } from '../enter.farm.base.event'; import { EnterFarmEventTypeV1_3 } from '../farm.types'; export declare class EnterFarmEventV1_3 extends BaseFarmEvent { readonly farmAttributes: FarmTokenAttributesV1_3; constructor(init: RawEventType); toJSON(): EnterFarmEventTypeV1_3; getStructure(): StructType; }