import { Authentication, EncodingMode, Filter, ProviderDestination, ServiceCommon } from "@sap/service-provider-apis"; import { ProxyEndPointResults, RawServiceMetadata } from "../type/interfaces"; export declare const ErrorMethodNotImplemented = "Method not implemented."; export declare function getBasCredentialsHeader(credentials?: Authentication): Promise; export declare function isApiHubEntDestination(destinationConfiguration: ProviderDestination, filter?: Filter): boolean; export declare function parseProxyEndPointsToBasePath(proxyEndPointsRaw: ProxyEndPointResults): string; export declare function hasProxyEndPoints(proxyEndPointsRaw: ProxyEndPointResults): boolean; export declare function parseProtocol(protocol: string): string; export declare function buildServiceCommonResponse(encoding: EncodingMode, responseBody: string): ServiceCommon; export declare function parseRawServiceMetadata(rawMetadata: RawServiceMetadata): string;