import { StrategyType } from './strategyType'; export declare class AIHubCreateData { 'strategyId': string; 'strategyType': StrategyType; 'market': string; 'status': string; 'jumpUrl'?: string; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }