export declare class PredictionEvent {
    id: number;
    guildId: string;
    creatorId: string;
    title: string;
    status: string;
    winningOptionIndex: number;
    resolvedBy: string;
    maxStakePerOption: number | null;
    allowMultipleOptions: boolean;
    createdAt: Date;
    resolvedAt: Date;
}
//# sourceMappingURL=PredictionEvent.d.ts.map