export interface ILogManager { debug(message: string, ...args: any[]): void; info(message: string, ...args: any[]): void; error(message: string, ...args: any[]): void; } //# sourceMappingURL=log.manager.interface.d.ts.map