import { PluginConfigModel } from '../../../modules/config/models/config.model'; export declare class BuddyDiscordConfigModel extends PluginConfigModel { type: string; enabled: boolean; botToken: string | null; guildId: string | null; generalChannelId: string | null; spaceChannelMappings: string | null; allowedRoleId: string | null; }