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