import type { BuddyBotConfig } from './types'; export declare const defaultConfig: BuddyBotConfig; // eslint-disable-next-line antfu/no-top-level-await export declare const config: BuddyBotConfig;