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