/** * Add protocol or upgrade http to https * @param {string} url */ export declare function upgradeProtocol(url: string): string;