1import { ProxyNativeModule } from './NativeModulesProxy.types'; 2declare const NativeModulesProxy: { 3 [moduleName: string]: ProxyNativeModule; 4}; 5export default NativeModulesProxy; 6
1import { ProxyNativeModule } from './NativeModulesProxy.types'; 2declare const NativeModulesProxy: { 3 [moduleName: string]: ProxyNativeModule; 4}; 5export default NativeModulesProxy; 6