import { ExportAgentInput } from './types'; export declare const exportAgent: ({ nodeAddress, token, agentId, }: ExportAgentInput) => Promise;