/** * SppplatMinimalStart */ export declare function isMinimalStartFlightEnabled(): boolean; /** * BizChatinAppChat pairwise broker authentication * https://spoflights.azurewebsites.net/Flight/Edit/BizChatinAppChat */ export declare function isBizChatInAppChatFlightEnabled(): boolean; /** * APEXSpfxCustomAppPrincipalClient * https://spoflights.azurewebsites.net/Flight/Edit/APEXSpfxCustomAppPrincipalClient */ export declare function isAPEXSpfxCustomAppPrincipalClientEnabled(): boolean; /** * APEXSPLoaderRemoveSystemJS * https://spoflights.azurewebsites.net/Flight/Edit/APEXSPLoaderRemoveSystemJS */ export declare function isAPEXSPLoaderRemoveSystemJSEnabled(): boolean; /** * SpfxSubresourceIntegrity * https://spoflights.azurewebsites.net/Flight/Edit/SpfxSubresourceIntegrity */ export declare function isSpfxSubResourceIntegrityFlightEnabled(): boolean; /** * APEXUseFirstPartyForThirdPartyAuthentication * https://spoflights.azurewebsites.net/Flight/Edit/APEXUseFirstPartyForThirdPartyAuthentication */ export declare function isUseFirstPartyForThirdPartyAuthenticationFlightEnabled(): 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; //# sourceMappingURL=flights.d.ts.map