import { Model } from 'sequelize-typescript'; export declare class Coin extends Model { symbol: string; title: string; volume: string; reserve: string; crr: number; limitVolume: string; creator: string; txHash: string; blockId: number; avatar: string; contractAddress: string; createdAt: Date; updatedAt: Date; priceUSD: string; burn: string; }