import { EntityBase } from '@sap-cloud-sdk/odata-common'; /** * Super class for all representations of OData v2 entity types. */ export declare class Entity extends EntityBase { readonly _oDataVersion: 'v2'; constructor(_entityApi: any); }