/** * Check if the input URL starts with `https` * @param url * @returns */ export declare const isSecureProtocol: (url: string) => boolean;