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