/**
 * Services Index - Centralized exports for all shared services
 *
 * This module provides clean, tree-shakable exports for all shared services.
 * Enables both deployments to import services using @shared/services.
 */
export * from './openai-service.js';
export { OpenAIService } from './openai-service.js';
//# sourceMappingURL=index.d.ts.map