import { Schema } from "mongoose"; import { FirstlineMPAlert } from "../types"; declare const alert: Schema; export { alert as firstlineMPAlertSchema };