import express from 'express'; /** * Create and start the embedded Express server with health check, * API routes, and optional dashboard static assets. */ export declare function startServer(): ReturnType;