import { FetchImage } from '.'; import { RequestOptions } from 'https'; export declare const makeFetchUrl: (options?: RequestOptions) => FetchImage; export declare const fetchUrl: FetchImage;