export interface LazyModuleLoaderLoadOptions { /** * If `false`, no logs will be generated when loading some module lazily. */ logger?: boolean; }