import type { ProxyNativeModule } from './NativeModulesProxy.types'; /** * @deprecated `NativeModulesProxy` is deprecated and might be removed in the future releases. * Use `requireNativeModule` or `requireOptionalNativeModule` instead. */ declare const NativeModulesProxy: Record; export default NativeModulesProxy; //# sourceMappingURL=NativeModulesProxy.native.d.ts.map