export declare class MessageStickerDto { id: string; name: string; format_type: number; constructor(id: string, name: string, format_type: number); }