/// import * as fs from 'node:fs'; /** * The method that loads plugin files from a directory * @param basedir The base plugin directory * @param folder The plugin folder */ export declare function loadPluginFolder(basedir: string, folder: fs.Dirent): Promise; /** * The method that find all plugins in a directory * @param {string} basedir The directory to find plugins in */ export declare function pluginFinder(basedir: string): Promise; //# sourceMappingURL=pluginFinder.d.ts.map