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