import { SDKConfig } from './types';
/**
 * Default configuration with pricing for common LLM models
 * Prices are based on typical provider pricing as of 2024
 */
export declare const DEFAULT_CONFIG: SDKConfig;
//# sourceMappingURL=config.d.ts.map