import { JSONSchemaType } from "@golemio/core/dist/shared/ajv"; import { Model, ModelAttributes } from "@golemio/core/dist/shared/sequelize"; import { IRemovedGID } from "./interfaces/IRemovedGID"; export declare class RemovedGIDModel extends Model implements IRemovedGID { static readonly TABLE_NAME = "eno_vyrazeno"; gid: string; gid_typ: "budova" | "stavba"; zdroj: string; static attributeModel: ModelAttributes; static jsonSchema: JSONSchemaType; }