Current File : /home/exataengenharia/public_html/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;