export declare const GiphyMediaType: {
    readonly Gif: "gif";
    readonly Sticker: "sticker";
    readonly Text: "text";
    readonly Video: "video";
};
export type GiphyMediaType = (typeof GiphyMediaType)[keyof typeof GiphyMediaType];
//# sourceMappingURL=giphyMediaType.d.ts.map