import type { Stats } from "fs"; export declare const readDirectoryWithStats: (path: string) => Promise<{ path: string; name: string; stats: Stats; }[]>;