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