import type { OtlpMetricsDocument } from "./types.js"; /** * benchmark-action/github-action-benchmark compatible format. * * Input: [{ name, value, unit, range?, extra? }] * * Each entry becomes one benchmark with one metric called "value". * Direction is inferred from the unit string. */ export declare function parseBenchmarkAction(input: string): OtlpMetricsDocument; //# sourceMappingURL=parse-benchmark-action.d.ts.map