export declare function getCurFolderPath(): string; export declare function connect(fp: string, pt: number): void; export declare function getFilePath(): string; export declare function getFolderList(): { folderList: any[]; directory: string; }; export declare function getFileList(folderName: any): { fileList: boolean | any[]; directory: string; };