import { ImportAgentInput } from './types'; export declare const importAgent: ({ nodeAddress, token, file, }: ImportAgentInput) => Promise;