import { OriginVertex, ResourceVertex } from "@k8ts/instruments"; import type EventEmitter from "eventemitter3"; export declare class Engine_ResourceLoader { private readonly _options; constructor(_options: AssemblerRscLoaderOptions); private _checkNames; load(input: OriginVertex): Promise; } export interface AssemblerRscLoadedEvent { isExported: boolean; resource: ResourceVertex; } export interface AssemblerRscLoaderEvents { load: AssemblerRscLoadedEvent; } export interface AssemblerRscLoaderOptions { emitter?: EventEmitter; } //# sourceMappingURL=loader.d.ts.map