/**
* What it does.
*
* @paramname - Parameter description.
* @returns Type and description of the returned object.
*
* @example
* ```
* Write me later.
* ```
*/import"express-async-errors";
declareconstapp: import("express-serve-static-core").Express;
export { app };