export declare class ModuleLoader { path: string; content: T; constructor(path: string); reload(): void; }