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