import { ProviderConfig } from './types'; /** * Default configurations for extended model providers * These providers are mapped to OpenAI-compatible interfaces */ export declare const HIGH_LEVEL_MODEL_PROVIDER_CONFIGS: readonly ProviderConfig[]; //# sourceMappingURL=constants.d.ts.map