import { HelpBotQuestion } from './HelpBotQuestion'; export declare class HelpBotAnswer { id: number; stampCreated: Date; fromUserid: string; fromDiscriminator: string; fromUsername: string; answer: string; question: HelpBotQuestion; }