import type { Instrumenter } from "./interfaces.js";
/**
 * @internal
 *
 * Holds the singleton instrumenter, to be shared across CJS and ESM imports.
 */
export declare const state: {
    instrumenterImplementation: Instrumenter | undefined;
};
//# sourceMappingURL=state-cjs.d.ts.map