/** * CBD Service Startup with Real Environment Configuration * Production-ready startup leveraging actual Azure AI and environment variables */ declare function startCBDService(): Promise; export { startCBDService }; //# sourceMappingURL=start-production.d.ts.map