import { Dirent } from 'fs'; import { File } from '../types/file'; export declare function extractFile(dirent: Dirent): File;