import type { ProviderSetupContext } from "#public/instrumentation/provider.js";
/**
 * Builds the context handed to an authored `setup` at server startup.
 *
 * @internal — not part of the public API.
 */
export declare function createInstrumentationSetupContext(agentName: string): ProviderSetupContext;
