| Current Path : /home/deltalab/PMS/logistic-backend/node_modules/@nodelib/fs.scandir/out/utils/ |
| Current File : //home/deltalab/PMS/logistic-backend/node_modules/@nodelib/fs.scandir/out/utils/fs.d.ts |
import type { Dirent, Stats } from '../types';
export declare function createDirentFromStats(name: string, stats: Stats): Dirent;