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