import { IGelf } from '..';
export default interface ILoggerService {
    nodeID: string;
    transportOpts?: any;
    gelf?: IGelf;
}
