/// <reference types="node" />
import type { Server } from 'http';
export declare function urlForHttpServer(httpServer: Server): string;
//# sourceMappingURL=utils.d.ts.map