1export declare function tryRequireThenImport<TModule>(moduleId: string): Promise<TModule>; 2export declare function requireUncachedFile(moduleId: string): any; 3
1export declare function tryRequireThenImport<TModule>(moduleId: string): Promise<TModule>; 2export declare function requireUncachedFile(moduleId: string): any; 3