export declare abstract class Data { trendUuid: string; id?: number; time: number | string; }