/// import type { Server } from 'node:http'; import type { Router } from 'routup'; export interface HttpServerContext { router: Router; } export interface HttpServerInterface extends Server { } //# sourceMappingURL=type.d.ts.map