import { FileOrFolderWithType } from './consts'; export declare const pathDetails: ({ server, path, }: { server: string; path: string; }) => Promise; export declare const folderList: ({ server, path, }: { server: string; path: string; }) => Promise;