import { ITelegramClient } from '../../client.types.js'; import { StickerSet } from '../../types/index.js'; /** * Get a list of all installed sticker packs * * > **Note**: This method returns *brief* meta information about * > the packs, that does not include the stickers themselves. * > Use {@link getStickerSet} to get a stickerset that will include the stickers */ export declare function getInstalledStickers(client: ITelegramClient): Promise;