/** * Base communication layer for the SharePoint Framework * * @remarks * This package defines the base communication layer for * the SharePoint Framework. For REST calls, it handles authentication, * logging, diagnostics, and batching. It also simplifies requests by * adding default headers that follow the recommended best practices. * * @packagedocumentation */ export { AadHttpClient, type IAadHttpClientOptions, AadHttpClientConfiguration, type IAadHttpClientConfiguration, type IAadHttpClientConfigurations, AadHttpClientFactory, AadHttpClientResponse, type IFetchProvider, HttpClient, type IHttpClientOptions, HttpClientConfiguration, type IHttpClientConfiguration, type IHttpClientConfigurations, HttpClientResponse, PopupEventArgs, BeforeRedirectEventArgs, AadTokenProvider, TokenAcquisitionEventArgs, AadTokenProviderFactory, type IAadTokenProvider, type IAadTokenProviderConfiguration, type IBeforeRedirectEventArgs, type IGetTokenOptions, type _IInternalAadTokenProvider, type IPopupEventArgs, type ITokenAcquisitionEventArgs, _DEPRECATED_DO_NOT_USE_OAuthTokenProvider, DigestCache, type IDigestCache, ODataVersion, SPHttpClient, type ISPHttpClientOptions, SPHttpClientBatch, type ISPHttpClientBatchCreationOptions, type ISPHttpClientBatchOptions, SPHttpClientBatchConfiguration, type ISPHttpClientBatchConfiguration, type ISPHttpClientBatchConfigurations, SPHttpClientCommonConfiguration, type ISPHttpClientCommonConfiguration, SPHttpClientConfiguration, type ISPHttpClientConfiguration, type ISPHttpClientConfigurations, SPHttpClientResponse, SPHttpHeader } from '@microsoft/sp-http-base'; export { default as _DEPRECATED_DO_NOT_USE_GraphHttpClient, type IGraphHttpClientOptions as _IGraphHttpClientOptions } from './graphHttpClient/DEPRECATED_DO_NOT_USE_GraphHttpClient'; export { default as _DEPRECATED_DO_NOT_USE_GraphHttpClientConfiguration, type DEPRECATED_DO_NOT_USE_IGraphHttpClientConfiguration as _DEPRECATED_DO_NOT_USE_IGraphHttpClientConfiguration, type DEPRECATED_DO_NOT_USE_IGraphHttpClientConfigurations as _DEPRECATED_DO_NOT_USE_IGraphHttpClientConfigurations } from './graphHttpClient/DEPRECATED_DO_NOT_USE_GraphHttpClientConfiguration'; export { default as _DEPRECATED_DO_NOT_USE_GraphHttpClientResponse } from './graphHttpClient/DEPRECATED_DO_NOT_USE_GraphHttpClientResponse'; export { MSGraphClient, type MSGraphClientV3, MSGraphClientFactory, type GraphRequest } from '@microsoft/sp-http-msgraph'; //# sourceMappingURL=index.d.ts.map