import type { NodeSDKConfig } from "../index.js";
import type { Exporters } from "./index.js";
export default function buildConsoleExporters(config: NodeSDKConfig): Exporters;
