import type { ActivityInterceptor } from '../core/interceptor'; import type { ObservabilityState } from './types'; export declare function buildActivityInterceptor(state: ObservabilityState): ActivityInterceptor;