import type { CreateInstrumentationHooksOptions, InstrumentationHooks, InstrumentationHooksInput } from "#instrumentation/lifecycle.js";
export declare function createInstrumentationDispatcher(input: InstrumentationHooksInput, options: CreateInstrumentationHooksOptions): InstrumentationHooks;
