declare function parseLs(dir: string, ignoreError?: boolean): Promise<{ inode: string; fullPath: string; }[]>; export declare function getInodes(dest: string, ignoreError?: boolean): Promise; export default parseLs;