import { Model, ModelAttributes } from "@golemio/core/dist/shared/sequelize"; import { IEnoBuildingDetailView } from "./interfaces/IEnoBuildingDetailView"; export declare class EnoBuildingDetailViewModel extends Model implements IEnoBuildingDetailView { static tableName: string; static modelName: string; gid: string; zdroj: string | null; nazev: string | null; oznaceni: string | null; druh_vytapeni: string | null; pripojka_elektro: string | null; pripojka_voda: string | null; pripojka_kanalizace: string | null; budova_rozdelena_byt_nebyt: string | null; celkova_plocha_budova: number | null; celkova_plocha_byt_budova: number | null; celkova_plocha_nebyt_budova: number | null; zastavena_plocha: number | null; obestaveny_prostor: number | null; pocet_byt: number | null; pocet_nebyt_budova: number | null; pocet_nadzem_podlazi: number | null; pocet_podzem_podlazi: number | null; pocet_podkrovi: number | null; vytah: boolean | null; czcc: number | null; id_cuzk: number | null; id_objekt: number | null; kod_vyuziti: string | null; nazev_vyuziti: string | null; kod_ochrana: string | null; nazev_ochrana: string | null; platnost_od: Date | null; ej_id: number | null; ej_kod: string | null; ej_nazev: string | null; ej_typ: string | null; spm_id: number | null; spm_kod: string | null; spm_nazev: string | null; spm_ic: string | null; spm_dic: string | null; spu_id: number | null; spu_kod: string | null; spu_nazev: string | null; spu_ic: string | null; spu_dic: string | null; static attributeModel: ModelAttributes; }