export declare class PredictionOption {
    id: number;
    eventId: number;
    text: string;
    index: number;
}
//# sourceMappingURL=PredictionOption.d.ts.map