type RuntimeExamOptions = { /** * Whether or not this is an "exam" and should show certain modals. */ is_exam?: boolean; }; export declare class RuntimeExam { options: Readonly; constructor(options?: Partial); } export {};