import { Model } from 'sequelize-typescript'; import { LegacyCoinInfo } from '../utils/interfaces'; export declare class Legacy extends Model { legacyAddress: string; addressId: number; coins: LegacyCoinInfo[]; nfts: string[]; wallets: string[]; }