/// import fs from 'fs'; export declare function getFileStats(packagePath: string): Promise; export declare function readDirectory(packagePath: string): Promise; export declare function findPackages(storagePath: string, validationHandler: Function): Promise<{ name: string; path: string; }[]>;