import { UnaryFunction } from 'rxjs/interfaces'; import { Logger } from './../../api'; export declare const createConsoleLogger: UnaryFunction; export declare const createEmptyLogger: UnaryFunction;