import { Test } from './DataObjects';
export declare const constructTestsLeft: (html: string) => Test[];
