declare class ModuleLoadUtils {
    static loadModules(dirPath: string, expression: string): any[];
}
export default ModuleLoadUtils;
