export declare class QuizAnsweredCorrectlyMap { [storyId: string]: { [engagementUnitId: string]: number; }; }