import type { ServiceOptions } from '@sap-cloud-sdk/generator-common/internal'; import type { ServiceMetadata } from './edmx-parser'; /** * @internal */ export declare function getBasePath(metadata: ServiceMetadata, optionsPerServiceIn: ServiceOptions): string;