// No-op for android.
const noopNativeModule: Record<string, never> = {};

export default noopNativeModule;
