/** * Tool-call metadata keys owned by the Django ingest layer (`enrich_tool_call_metadata`). * Keep in sync with the keys popped at the start of ``enrich_tool_call_metadata``. * The sensor sends raw hook fields only; strip these before HTTP so spoofed values * cannot influence the API. */ export declare const SERVER_OWNED_TOOL_CALL_METADATA_KEYS: readonly ["user_profile", "hardware_uuid", "action_type", "command_components", "file_path", "pattern", "mcp_server", "mcp_tool"]; /** Return a shallow copy of metadata with server-owned keys removed. */ export declare function cloneToolCallMetadataForWire(meta: unknown): Record | undefined; //# sourceMappingURL=wire-metadata.d.ts.map