import { Mcq } from "./Mcq";
import { IWalkthrough } from "./Walkthroughs/_Foundation/IWalkthrough";
export declare class Mcq_CircuitsTasks extends Mcq<IWalkthrough> {
    protected get _deduceOptionText(): (option: IWalkthrough) => string;
    protected options: IWalkthrough[];
}
//# sourceMappingURL=Mcq_CircuitsTasks.d.ts.map