import { Schema } from "mongoose"; import { FinavigatorTask } from "../types"; declare const task: Schema; export { task as finavigatorTaskSchema };