import { type InstrumentationRuntime } from "#harness/instrumentation-runtime.js"; /** Installs the zero-config local OTel runtime once in an `eve dev` worker. */ export declare function installLocalInstrumentationRuntime(input: { readonly appRoot: string; readonly frameworkVersion: string; readonly serviceName: string; }): InstrumentationRuntime;