import { Sticker } from '@airgram-dev/core'; /** Represents a list of stickers */ export declare class StickersBaseModel { _: 'stickers'; /** List of stickers */ stickers: Sticker[]; }