/**
 * Module returning the Mongoose schema merging the default one with the fields provided by the package user through the `extendedSchema` property.
 * @module router/Router
 */
import { Router } from 'express';
declare const router: Router;
export default router;
