import { TLogObj } from '../../../types/TLogger';
export interface ILogSerializer {
    init(logObj: TLogObj): TLogObj;
}
