/**
 * This is used by Android and iOS to get a native module.
 * We additionally add a Proxy to the module to intercept calls
 * and log them to the console for debugging purposes, if enabled.
 * @param moduleName
 * @returns Raw native module from React Native (object with methods/properties or undefined)
 */
export declare function getReactNativeModule(moduleName: string): Record<string, unknown> | undefined;
export declare function setReactNativeModule(): void;
//# sourceMappingURL=nativeModuleAndroidIos.d.ts.map