import type { ExtractionFragment } from '../dispatch.js'; import type { JsFrameworkAdapter, JsFrameworkContext } from './types.js'; export declare function applyJsFrameworkAdapters(baseExtraction: ExtractionFragment, context: JsFrameworkContext, adapters?: readonly JsFrameworkAdapter[]): ExtractionFragment;