/** * Copyright © 2024 650 Industries. */ import type { ConfigAPI, PluginObj } from '@babel/core'; export declare function environmentRestrictedReactAPIsPlugin(api: ConfigAPI & typeof import('@babel/core')): PluginObj;