import type { InstrumentationConfig, InstrumentationMatcher } from './pkg/orchestrion_js'; /** * Create a new instrumentation matcher from an array of instrumentation configs. */ export declare function create(configs: InstrumentationConfig[], dc_module?: string | null): InstrumentationMatcher; export type { FunctionKind, FunctionQuery, InstrumentationConfig, InstrumentationMatcher, ModuleMatcher, ModuleType, TransformOutput, Transformer, } from './pkg/orchestrion_js';