import { LadderApr } from './ladderApr'; export declare class FixedTermBonusInfo { 'id'?: number; 'productId'?: number; 'asset'?: string; 'bonusAsset'?: string; 'kycLimit'?: string; 'ladderApr'?: Array; 'totalBonusAmount'?: string; 'userTotalBonusAmount'?: string; 'status'?: number; 'startTime'?: string; 'endTime'?: string; 'createTime'?: string; 'startAt'?: number; 'endAt'?: number; 'totalIssuedAmount'?: string; 'userTotalIssuedAmount'?: string; 'bonusAssetPrice'?: string; 'productAssetPrice'?: string; 'productYearRate'?: string; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }