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