import { HttpService } from '../../external/services/http.service'; declare class UnsplashService extends HttpService { downloadImage(downloadLocation: string): Promise; } export declare const unsplashService: UnsplashService; export {};