//#region src/utils/clearModuleCache.d.ts
/**
 * Recursively clears the require cache for a module and all its dependencies
 */
declare const clearModuleCache: (modulePath: string, visited?: Set<string>) => void;
//#endregion
export { clearModuleCache };
//# sourceMappingURL=clearModuleCache.d.ts.map