import { ODataHttpClient } from "@odata2ts/http-client-api"; import { ODataServiceOptions } from "./ODataServiceOptions"; import { ServiceStateHelper } from "./ServiceStateHelper.js"; /** * The base class for the main OData service client. */ export declare class ODataService { protected readonly __base: ServiceStateHelper; constructor(client: ClientType, basePath: string, options?: ODataServiceOptions); getPath(): string; }