/** * Download the spec file from a HTTPS resource * @param url */ export declare const readSpecFromHttps: (url: string) => Promise;