import { IQuestion } from '../interfaces/general'; export declare const initQuestions: IQuestion[]; export declare const removeQuestions: IQuestion[];