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