blob: 152d4c0a219b80de1aa1b6626a1d07e59f6b79f2 [file] [log] [blame]
import { HttpOptions } from './http';
import type { GetUriProtocol } from '.';
/**
* Returns a Readable stream from an "https:" URI.
*/
export declare const https: GetUriProtocol<HttpOptions>;