import { AutoInvestPlanCreateItems } from './autoInvestPlanCreateItems'; export declare class AutoInvestPlanCreate { 'planName'?: string; 'planDes'?: string; 'planMoney': string; 'planAmount': string; 'planPeriodType': string; 'planPeriodDay': number; 'planPeriodHour': number; 'items': Array; 'fundSource'?: string; 'fundFlow'?: string; 'type'?: number; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }