/**
 * fastcomments
 * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
 *
 * The version of the OpenAPI document: 0.0.0
 *
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
import type { APIStatus } from './APIStatus';
import type { GifSearchResponseImagesInnerInner } from './GifSearchResponseImagesInnerInner';
/**
 *
 * @export
 * @interface GetGifsTrending200Response
 */
export interface GetGifsTrending200Response {
    /**
     *
     * @type {Array<Array<GifSearchResponseImagesInnerInner>>}
     * @memberof GetGifsTrending200Response
     */
    images: Array<Array<GifSearchResponseImagesInnerInner>>;
    /**
     *
     * @type {APIStatus}
     * @memberof GetGifsTrending200Response
     */
    status: APIStatus;
    /**
     *
     * @type {string}
     * @memberof GetGifsTrending200Response
     */
    code: string;
}
/**
 * Check if a given object implements the GetGifsTrending200Response interface.
 */
export declare function instanceOfGetGifsTrending200Response(value: object): value is GetGifsTrending200Response;
export declare function GetGifsTrending200ResponseFromJSON(json: any): GetGifsTrending200Response;
export declare function GetGifsTrending200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetGifsTrending200Response;
export declare function GetGifsTrending200ResponseToJSON(json: any): GetGifsTrending200Response;
export declare function GetGifsTrending200ResponseToJSONTyped(value?: GetGifsTrending200Response | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetGifsTrending200Response.d.ts.map