import express from 'express'; /** * Register system information routes * @param app Express application */ export declare function registerSystemRoutes(app: express.Application): void; //# sourceMappingURL=system.d.ts.map