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