/** * Initialize and start the education module server */ declare function startServer(): Promise; export default startServer;