import { GiveawayCreated } from '../types'; export declare class GiveawayCreatedBase implements GiveawayCreated { prize_star_count: number; }