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