import { StructType } from '@terradharitri/sdk-core'; import { FarmTokenAttributesV1_3 } from './farm.v1.3.token'; import { FarmTokenAttributesTypeV1_2 } from './farm.token.types'; export declare class FarmTokenAttributesV1_2 extends FarmTokenAttributesV1_3 { readonly aprMultiplier: number; readonly lockedRewards: boolean; constructor(init: FarmTokenAttributesTypeV1_2); toJSON(): FarmTokenAttributesTypeV1_2; static fromDecodedAttributes(decodedAttributes: any): FarmTokenAttributesV1_2; static fromAttributes(attributes: string): FarmTokenAttributesV1_2; static getStructure(): StructType; }