export declare enum EntityTypeInstance {
    range = 1,
    taxationSubRange = 2,
    program = 3,
    building = 4,
    apartment = 5,
    blockParcel = 6,
    contact = 7,
    discussion = 10,
    landZoning = 13,
    parcel = 14,
    localAuthoritieSubRange = 15,
    tama38 = 16,
    preliminaryRequest = 17,
    declarationRequest = 18,
    parcelRequest = 21,
    constructionEvacuationRequest = 22,
    barry = 23,
    contract = 24,
    entrepreneurContacts = 25,
    RangeRequest = 26,
    SubRangeRequest = 27,
    task = 28,
    permitCondition = 29,
    programRequest = 30,
    permitExpect = 31,
    document = 32,
    firstSort = 34,
    secondSort = 35,
    landUse = 36,
    withoutFunding = 37,
    tiyuv_tama38 = 101,
    request = 102,
    permit = 103,
    certificate = 104,
    stage = 105,
    use = 106
}
