/** * Enhanced Provider Definitions for Interactive Provider Selection Menu * * Comprehensive provider configurations with metadata, setup guides, * and status checking capabilities for the interactive selection interface. * * @version 2.1.3 * @author Requirements Gathering Agent Team * @created June 2025 * * @filepath c:\Users\menno\Source\Repos\requirements-gathering-agent\src\modules\ai\provider-definitions.ts */ import type { EnhancedProviderConfig } from './enhanced-types.js'; export declare const PROVIDER_DEFINITIONS: EnhancedProviderConfig[]; export declare function getProviderById(id: string): EnhancedProviderConfig | undefined; export declare function getConfiguredProviders(): EnhancedProviderConfig[]; export declare function getAvailableProviders(): Promise; //# sourceMappingURL=provider-definitions.d.ts.map