import { AzureIntegrationConfig } from './config'; /** * Gets the request options necessary to make requests to a given provider. * * @param config - The relevant provider config * @param additionalHeaders - Additional headers for the request * @public * @deprecated Use {@link AzureDevOpsCredentialsProvider} instead. */ export declare function getAzureRequestOptions(config: AzureIntegrationConfig, additionalHeaders?: Record): Promise<{ headers: Record; }>;