/** * Remove protocol if present * @param {string} hostname Hostname */ export declare function stripProtocol(hostname: string): string;