import type { ServerHostPortSSL } from './types'; declare const getHostPortSSL: (url: string, allowHTTPProxy?: boolean) => ServerHostPortSSL; export { getHostPortSSL };