import { setupServiceDeactiveAlert } from './helpers/setup-service-deactive-alert/setup-service-deactive-alert.helper'; export const setupMongodServiceDeactiveAlert = async () => { await setupServiceDeactiveAlert('mongod'); };