1import { NotificationChannelManager } from './NotificationChannelManager.types';
2
3export default {
4  addListener: () => {},
5  removeListeners: () => {},
6} as NotificationChannelManager;
7