/**
 * Recipe: node-exporter
 *
 * System metrics (CPU, memory, disk, network) via Alloy's built-in
 * Unix exporter. No external node_exporter binary needed.
 *
 * Generated Alloy pipeline:
 *   prometheus.exporter.unix → prometheus.scrape → prometheus.remote_write
 */
import type { PipelineRecipe } from "../types.js";
declare const recipe: PipelineRecipe;
export default recipe;
