export declare enum TypeModel {
    Any = "Any",
    EntitySet = "EntitySet",
    Singleton = "Singleton",
    EntityType = "EntityType",
    ComplexType = "ComplexType",
    EnumType = "EnumType",
    OperationType = "OperationType",
    OperationImportType = "OperationImportType"
}
