import type { DestinationServiceCredentials } from './environment-accessor-types'; /** * Utility function to get destination service credentials, including error handling. * @internal */ export declare function getDestinationServiceCredentials(): DestinationServiceCredentials;