import { HttpOptions } from './http.js'; import type { GetUriProtocol } from './index.js'; /** * Returns a Readable stream from an "https:" URI. */ export declare const https: GetUriProtocol; //# sourceMappingURL=https.d.ts.map