import { IndemnClient } from '../sdk/client.js'; export declare function exportEvalMarkdown(runId: string, outputPath?: string, client?: IndemnClient): Promise<{ file_path: string; file_name: string; file_type: string; }>; export declare function exportEvalReport(runId: string, outputPath?: string, client?: IndemnClient): Promise<{ file_path: string; file_name: string; file_type: string; }>; export declare function exportAgentCard(agentId: string, outputPath?: string, client?: IndemnClient): Promise<{ file_path: string; file_name: string; file_type: string; }>; //# sourceMappingURL=export.d.ts.map