interface Choice { correct?: boolean; } export declare function deriveNumCorrect(choices: Choice[]): number; export {};