import { UnsplashAuthenticationInfo } from "../../../../models";
import { UnsplashResponse } from "../models/UnsplashImage";
export declare class UnsplashImageService {
    private commonHttpClient;
    private omniaHttpClient;
    search: (searchText: string, offset: number, limit: number, clientId: any, page: any) => Promise<UnsplashResponse>;
    private getImages;
    getAuthenticationInfo: () => Promise<UnsplashAuthenticationInfo>;
}
