import { RemoveFolderInput } from './types'; export declare const removeFolder: ({ nodeAddress, token, folderPath, }: RemoveFolderInput) => Promise;