import { HttpResponse, HttpOptions } from '../../types/http'; /** * Minimal HTTPS GET client */ export declare const get: (url: string, options?: HttpOptions) => Promise>;