import type { IAgenticaSelectBenchmarkResult } from "../structures/IAgenticaSelectBenchmarkResult";
export declare function markdown(result: IAgenticaSelectBenchmarkResult): Record<string, string>;
