import { ODataService } from "@sap/service-provider-apis"; import { RawService } from "./interfaces"; export declare class ApiHubEntService extends ODataService { readonly ordId: string; readonly version: string; readonly releaseStatus: string; readonly description: string; constructor(serviceResponseRaw: RawService); }