export declare class AutoInvestPlanCreateResp { 'id': number; 'amount'?: string; 'money'?: string; 'nextTime'?: number; 'periodType'?: string; 'periodDay'?: number; 'periodHour'?: number; 'fundFlow'?: string; 'fundSource'?: string; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }