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