import { DataType, ProxyType, AuthenticationType, ProviderDestination } from "@sap/service-provider-apis"; export declare const mockRawSelectedDestinations: ProviderDestination; export declare const mockRawDestinations: ProviderDestination[]; export declare const mockDestinationSystem: { name: string; url: string; dataType: DataType; proxyType: ProxyType; authenticationType: AuthenticationType; serviceRetriever: { connectivityProvider: { basProviderParams: { h2oUrl: string; proxy: boolean; }; }; }; product: string; description: string; apiBusinessHubEnterpriseURL: string; }; export declare const mockRawDestinationsResponse: any;