import { CastleAcDc } from "./index.js"; export declare const newExpressApp: (port: number | string | false, system: CastleAcDc) => import("express-serve-static-core").Express;