import { IAIProvider } from './types';
/**
 * Factory class for creating AI provider instances
 */
export declare class AIProviderFactory {
    /**
     * Creates an AI provider based on configuration in appsettings.json
     */
    static create(): IAIProvider;
    /**
     * Loads the app settings from appsettings.json
     * Tries multiple locations to find the file
     */
    private static loadAppSettings;
}
//# sourceMappingURL=AIProviderFactory.d.ts.map