import type { ContextContainer } from "#context/container.js";
export declare function initializeSessionInstrumentation(input: {
    readonly agentName: string;
    readonly ctx: ContextContainer;
}): void;
