import { Mongoose } from 'mongoose'; /** * Bind the gracefull shutdown to the application * @param server * @param database * @param tasks */ export declare const shutdown: (server: any, database: Mongoose, tasks: any) => Promise;