import { AgentExportDefinition } from "../types/types.cjs"; export declare function exportAgent(agent: any, model?: string): AgentExportDefinition; //# sourceMappingURL=agent_export.d.ts.map