/**
* @author Luuxis
* @license CC-BY-NC 4.0 - https://creativecommons.org/licenses/by-nc/4.0/
*/
///
import { EventEmitter } from 'events';
export default class Loader extends EventEmitter {
options: any;
constructor(options: any);
install(): Promise;
forge(Loader: any): Promise;
neoForge(Loader: any): Promise;
fabric(Loader: any): Promise;
legacyFabric(Loader: any): Promise;
quilt(Loader: any): Promise;
}