import type { MonoAgentConfig } from "@mono-agent/config"; import type { MonoAgentAppConfigInput } from "./app-config.js"; import type { ValidationSection } from "./doctor-types.js"; export declare function runsSection(input: MonoAgentAppConfigInput, config: MonoAgentConfig | undefined): Promise; /** Validate exporter shape and optionally probe the exact OTLP protobuf endpoint. */ export declare function exporterSection(input: MonoAgentAppConfigInput, liveness: boolean): Promise; //# sourceMappingURL=doctor-observability.d.ts.map