export declare enum ServerType { Express = 0, Fastify = 1, Hapi = 2, Restify = 3, Koa = 4 }