import express from "express"; import { CastleWarehouse } from "./system/status/System.mjs"; export declare const loggerMiddleware: (request: express.Request, response: express.Response, next: express.NextFunction) => void; export declare const newExpressApp: (port: number | string | false, system: CastleWarehouse) => import("express-serve-static-core").Express;