1import { NativeModulesProxy } from 'expo-modules-core';
2
3import { NotificationChannelManager } from './NotificationChannelManager.types';
4
5export default NativeModulesProxy.ExpoNotificationChannelManager as any as NotificationChannelManager;
6