import { ProxyNativeModule } from './NativeModulesProxy.types'; declare const NativeModulesProxy: { [moduleName: string]: ProxyNativeModule; }; export default NativeModulesProxy; //# sourceMappingURL=NativeModulesProxy.native.d.ts.map