export default class Quest { readonly text: string; constructor(text: string); }