import { ErrorUnion, StickerSetsUnion } from '../outputs'; /** * Returns a list of trending sticker sets * @param {Object} state * @returns {StickerSetsUnion | ErrorUnion} */ export declare type GetTrendingStickerSetsMethod = (state?: Record) => Promise;