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