import { APIStickerItem } from "discord-api-types/v10"; export declare class StickerItem { id: string; name: string; format_type: number; constructor(raw: APIStickerItem); } //# sourceMappingURL=StickerItem.d.ts.map