export declare function isPoPTokenFlightEnabled(): boolean; export declare function isAadTokenProviderPopupFlowV1Enabled(): boolean; /** * APEXMobileNaaEnabled - NAA mobile flight for SP Mobile * https://spoflights.azurewebsites.net/Flight/Edit/APEXMobileNaaEnabled */ export declare function isNaaFlightEnabledForSharePointMobile(): boolean; /** * APEXMobileNaaEnabledVCM - NAA mobile flight for VCM/MeeBridge * https://spoflights.azurewebsites.net/Flight/Edit/APEXMobileNaaEnabledVCM */ export declare function isNaaFlightEnabledForVCM(): boolean; /** * APEXUseMsalV3For3PRequests - Use MSALV3 for dev geo requests as the dev geo is configured for V3 * https://spoflights.azurewebsites.net/Flight/Edit/APEXUseMsalV3For3PRequests */ export declare function isUseMsalV3For3pRequestsEnabled(): boolean; /** * APEXEnableEarClientSide - Process the EAR cookie on the client side * https://spoflights.azurewebsites.net/Flight/Edit/APEXEnableEarClientSide */ export declare function isProcessEarCookieClienSideEnabled(): boolean; /** * UseMsalBrowser4_22_0 - Use MSAL Browser version 4.22.0 instead of 4.7.0 */ export declare function isUseMsalBrowser422Enabled(): boolean; /** * APEXLoadMsalBrowserFromSPO - Load MSAL Browser from cached SPO JavaScript file instead of bundled version * https://spoflights.azurewebsites.net/Flight/Edit/APEXLoadMsalBrowserFromSPO */ export declare function isLoadMsalBrowserFromSPOEnabled(): boolean; /** * APEXDeprecateObo - Deprecate the OBO code * https://spoflights.azurewebsites.net/Flight/Edit/APEXDeprecateObo */ export declare function isOboDeprecationEnabled(): boolean; /** * APEXDeprecateAcquire - Deprecate the Acquire code * https://spoflights.azurewebsites.net/Flight/Edit/APEXDeprecateAcquire */ export declare function isAcquireDeprecationEnabled(): boolean; //# sourceMappingURL=AadFlights.d.ts.map