import type { BuddyBotConfig } from './types'; export declare function getConfig(): Promise; export declare const defaultConfig: BuddyBotConfig; // For backwards compatibility - synchronous access with default fallback export declare const config: BuddyBotConfig;