import { ModuleWithProviders } from '@angular/core'; import { LogConfigure } from '../shared/log.configure'; export declare class LogModule { /** * @description 传入配置 * @author cyia * @date 2018-09-06 * @param control LogConfigure * @returns * @memberof LogModule */ static forRoot(control: LogConfigure): ModuleWithProviders; }