import type { CompiledAgentDefinition } from "#compiler/manifest.js";
import type { FinalizedNodeSourceState } from "#compiler/node-source-state.js";
export declare function assertInstrumentationLayoutConfig(config: CompiledAgentDefinition, state: FinalizedNodeSourceState): void;
