//#region src/react/hooks/useAttemptToEnableOrganizations.d.ts
/**
 * Attempts to enable the organizations environment setting for a given caller
 *
 * @internal
 */
declare function useAttemptToEnableOrganizations(caller: 'useOrganization' | 'useOrganizationList'): void;
//#endregion
export { useAttemptToEnableOrganizations };