export declare class WeeklyRewardsSplittingEventTopics { readonly eventName: string; readonly currentWeek: number; readonly totalLockedTokens: string; readonly totalEnergy: string; constructor(rawTopics: string[]); toJSON(): { eventName: string; currentWeek: number; totalLockedTokens: string; totalEnergy: string; }; }