import { Model } from 'sequelize-typescript'; export declare class History_1h extends Model { id: number; timestamp: string; symbol: string; price: string; price_usd: string; volume24: string; circulating_supply: string; total_supply: string; }