import { GiphySearchOptions, GiphyMultipleResult, GiphyResult, GIPHY_RATING } from '@wireapp/api-client/lib/giphy/'; import { APIClient } from '@wireapp/api-client'; export declare class GiphyService { private readonly apiClient; constructor(apiClient: APIClient); getRandomGif(tag?: string, rating?: GIPHY_RATING): Promise; getTrendingGif(rating?: GIPHY_RATING): Promise; searchGif(options: GiphySearchOptions): Promise; } //# sourceMappingURL=GiphyService.d.ts.map