import { type Dirent, type Stats } from "original-fs"; export declare const isFileAPlugin: (f: Dirent | Stats, name: string) => boolean;