import { NativeModulesProxy } from 'expo-modules-core';

import { NotificationChannelManager } from './NotificationChannelManager.types';

export default NativeModulesProxy.ExpoNotificationChannelManager as any as NotificationChannelManager;
