import { Model } from 'sequelize-typescript'; export declare class ErrorLog extends Model { estimatedValue: string; fixValue: string; comment: string; }