import { GetDownloadFileInput } from './types'; export declare const downloadFile: ({ nodeAddress, token, path, }: GetDownloadFileInput) => Promise;