export declare enum EnoOperationLookupEnum { STRUCTURE_TYPE = "getDruhStavba", ORGANIZATION = "getOrganizace", MANAGER = "getSpravce", EJ = "getEvidencniJednotky" } export declare enum EnoOperationBuildingEnum { LIST_BY_ORG = "getBudovyVMajetku", DETAIL = "getDetailBudovy", REMOVED_LIST = "getVyrazeneBudovy" } export declare enum EnoOperationStructureEnum { LIST_BY_ORG = "getStavbyVMajetku", DETAIL = "getDetailStavby", REMOVED_LIST = "getVyrazeneStavby" } export declare const ENO_GEOMETRY_OPERATION = "getGeometrie";