import { Model } from 'sequelize-typescript'; export declare class History_1d extends Model { id: number; timestamp: string; symbol: string; price: string; }