import { ErrorUnion, StickersUnion } from '../outputs'; /** * Returns favorite stickers * @param {Object} state * @returns {StickersUnion | ErrorUnion} */ export declare type GetFavoriteStickersMethod = (state?: Record) => Promise;