import DateFactory = require('../DateTime/DateFactory'); export = LogPrefixer; declare class LogPrefixer { private dateFactory; private colors; static $aspect: string; static $service: string; static $inject: typeof DateFactory[]; constructor(dateFactory: DateFactory); intercept(): void; private start(color); private end(color); }