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