/**
 * School Test and Exam Events
 * Standardized tests and exam preparation (ages 15-18)
 */
import { Player } from '../../models/Player';
import { type EventResult } from '../base';
export declare function actTest(player: Player, _type?: 'message' | 'question'): EventResult;
export declare function actTestTake(player: Player, _type?: 'message' | 'question'): EventResult;
export declare function satTest(player: Player, _type?: 'message' | 'question'): EventResult;
//# sourceMappingURL=tests.d.ts.map