import { ServiceRetriever, ProviderSystem, Annotation, Service } from "@sap/service-provider-apis";
export declare function DestinationToProviderSystem(responseDestination: any, retriever: ServiceRetriever): ProviderSystem;
export declare function ServiceResponseToService(responseService: any, protocol: string): Service[];
export declare function AnnotationResponseToAnnotations(parsedAnnotations: any): Annotation[];
