import { Schema } from "mongoose"; import { SwiftMsgrUserProfile } from "../types"; declare const profile: Schema; export { profile as swiftMsgrUserProfileSchema };