/**
 * Parses the host, hostname, and port from an endpoint.
 * @param endpoint - And endpoint to parse.
 * @internal
 */
export declare function parseEndpoint(endpoint: string): {
    host: string;
    hostname: string;
    port?: string;
};
//# sourceMappingURL=parseEndpoint.d.ts.map