export = Make; declare function Make(type: any, prototype?: {}): (options: any) => { /** * Modules */ __proto__: any; type: any; }; //# sourceMappingURL=Base.d.ts.map