import { Question } from './question'; export declare class Quiz { id: string; engagementUnitId: string; title: string; questions: Question[]; }