/** * Span telemetry constants. * * Header names used to cross the runtime → OpenClaw HTTP boundary so the * gateway-side hooks can stamp senpi identity onto the gen_ai spans. */ export declare const HEADER_CORRELATION_ID = "x-senpi-correlation-id"; export declare const HEADER_ADDRESS = "x-senpi-address"; export declare const HEADER_RECIPE_NAME = "x-senpi-recipe-name"; export declare const HEADER_RUNTIME_ID = "x-senpi-runtime-id"; export declare const HEADER_RUNTIME_VERSION = "x-senpi-runtime-version"; //# sourceMappingURL=constants.d.ts.map