/** * Automatically applies conversation ID from scope to spans. * * This integration reads the conversation ID from the current or isolation scope * and applies it to spans when they start. This ensures the conversation ID is * available for all AI-related operations. */ export declare const conversationIdIntegration: () => import("../types-hoist/integration").Integration; //# sourceMappingURL=conversationId.d.ts.map