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