import { Deeplink } from './common.js';
/**
 * Sticker set links
 *
 * Used to import stickersets or custom emoji stickersets
 */
export declare const stickerset: Deeplink<{
    slug: string;
    emoji?: boolean;
}>;
