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