/**
 * Initialize and start the education module server
 */
declare function startServer(): Promise<import("express-serve-static-core").Express>;
export default startServer;
