/** * Gets the port the internal server should run on. Call this when starting the server to get the * port to use. * @example createServer(myHandler).listen(getServerPort()); * @returns The port to use for the server. */ export declare function getServerPort(): number; //# sourceMappingURL=get-server-port.d.ts.map