/**
* 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';
declareconstrouter: Router;
exportdefault router;