import type { TelemetryConsentState } from "./types.js"; import type { TelemetryExportRecord } from "./telemetry-types.js"; export declare function buildTelemetryRecords(root: string, consent: TelemetryConsentState, recordType: "workflow-task" | "eval-dataset-item"): Promise;