/**
 * Recipe: blackbox-exporter
 *
 * Synthetic HTTP/TCP/ICMP probing via Alloy's built-in blackbox exporter.
 * Monitors endpoint availability and response times.
 *
 * Generated Alloy pipeline:
 *   prometheus.exporter.blackbox → prometheus.scrape → prometheus.remote_write
 */
import type { PipelineRecipe } from "../types.js";
declare const recipe: PipelineRecipe;
export default recipe;
