/** * @file ABTestingConfig.ts * @description * Production-ready A/B testing configuration for routing experiments. * Currently supports Cost Optimization strategy, with future extensibility * for reliability, performance, and hybrid routing. */ import { type ABTestingConfig } from '@plyaz/types'; /** * Global A/B Testing Configuration * * Used by the routing engine to control experiment behavior, traffic allocation, * and dynamic routing strategy selection. */ export declare const ABTesting: ABTestingConfig; //# sourceMappingURL=ab-testing.d.ts.map